State

SCPI Command :

[SENSe]:SWEep:LIMit:ABORt:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: [SENSe]:SWEep:LIMit:ABORt:STATe
value: bool = driver.applications.k91Wlan.sense.sweep.limit.abort.state.get()

Determines the behavior of the application after a limit check fails.

return

state: ON | OFF | 0 | 1 OFF | 0 A limit check has no effects on the measurement. ON | 1 The measurement is stopped if the limit check fails at any time during the measurement.

set(state: bool) None[source]
# SCPI: [SENSe]:SWEep:LIMit:ABORt:STATe
driver.applications.k91Wlan.sense.sweep.limit.abort.state.set(state = False)

Determines the behavior of the application after a limit check fails.

param state

ON | OFF | 0 | 1 OFF | 0 A limit check has no effects on the measurement. ON | 1 The measurement is stopped if the limit check fails at any time during the measurement.