State

SCPI Command :

[SENSe]:PROBe<pb>:SETup:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(probe=Probe.Default) float[source]
# SCPI: [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.K10x_Lte.InputPy.Select.set) .

param probe

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

return

state: DETected | NDETected