State

SCPI Command :

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

Activates the instrument control of the termination voltage.

Parameters:

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

Returns:

voltage_state: OFF | ON

set(voltage_state: bool, probe=Probe.Default) None[source]
# PROBe<*>:SETup:TERM:STATe
driver.probe.setup.term.state.set(voltage_state = False, probe = repcap.Probe.Default)

Activates the instrument control of the termination voltage.

Parameters:
  • voltage_state – OFF | ON

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