State

SCPI Command :

SYSTem:COMMunicate:RDEVice:OSCilloscope[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# SYSTem:COMMunicate:RDEVice:OSCilloscope[:STATe]
value: bool = driver.applications.k6Pulse.system.communicate.rdevice.oscilloscope.state.get()

No help available

set(state: bool) None[source]
# SYSTem:COMMunicate:RDEVice:OSCilloscope[:STATe]
driver.applications.k6Pulse.system.communicate.rdevice.oscilloscope.state.set(state = False)

No help available