State

SCPI Command :

[SENSe]:SWEep:LIMit:ABORt:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [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.

Returns:

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]
# [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.

Parameters:

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.