State

SCPI Command :

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

Queries if the probe at the specified input channel is active (detected) or not active (not detected) . To switch the probe on, use method RsRtx.channel.state.set() .

Parameters:

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

Returns:

state: DETected | NDETected