State

SCPI Command :

[SENSe]:SWEep:SCAPture[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:SWEep:SCAPture[:STATe]
value: bool = driver.sense.sweep.scapture.state.get()

No help available

set(seg_cap_state: bool) None[source]
# [SENSe]:SWEep:SCAPture[:STATe]
driver.sense.sweep.scapture.state.set(seg_cap_state = False)

No help available