State
SCPI Command :
[SENSe]:SWEep:STATistics[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:SWEep:STATistics[:STATe] value: bool = driver.applications.k18AmplifierEt.sense.sweep.statistics.state.get()
Sets and queries the sweep statistics setting.
- Returns:
state: ON | OFF
- set(state: bool) None[source]
# [SENSe]:SWEep:STATistics[:STATe] driver.applications.k18AmplifierEt.sense.sweep.statistics.state.set(state = False)
Sets and queries the sweep statistics setting.
- Parameters:
state – ON | OFF