Mode

SCPI Command :

PROBe<*>:SETup:TERM:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) AutoManualMode[source]
# PROBe<*>:SETup:TERM:MODE
value: enums.AutoManualMode = driver.probe.setup.term.mode.get(probe = repcap.Probe.Default)

Selects the voltage that is used for termination.

Parameters:

probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)

Returns:

mode: AUTO: the instrument uses the measured common mode voltage for termination. MANual: enter the voltage to be used for termination with method RsMxo.probe.setup.term.adjust.set() .

set(mode: AutoManualMode, probe=Probe.Default) None[source]
# PROBe<*>:SETup:TERM:MODE
driver.probe.setup.term.mode.set(mode = enums.AutoManualMode.AUTO, probe = repcap.Probe.Default)

Selects the voltage that is used for termination.

Parameters:
  • mode – AUTO: the instrument uses the measured common mode voltage for termination. MANual: enter the voltage to be used for termination with method RsMxo.probe.setup.term.adjust.set() .

  • probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)