State

SCPI Command :

[SENSe]:SWEep:STATistics[:STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: [SENSe]:SWEep:STATistics[:STATe]
value: bool = driver.applications.k18AmplifierEt.sense.sweep.statistics.state.get()

Sets and queries the sweep statistics setting.

return

state: ON | OFF

set(state: bool) None[source]
# SCPI: [SENSe]:SWEep:STATistics[:STATe]
driver.applications.k18AmplifierEt.sense.sweep.statistics.state.set(state = False)

Sets and queries the sweep statistics setting.

param state

ON | OFF