State

SCPI Command :

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

Queries if the probe at the specified connector is active (detected) or not active (not detected) . To switch the probe on, i.e. activate input from the connector, use INP:SEL:AIQ (see method RsFsw.applications.k10Xlte.inputPy.select.set() ) .

Parameters:

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

Returns:

state: DETected | NDETected