State

SCPI Command :

SYSTem:COMMunicate:RDEVice:OSCilloscope:ALIGnment:STEP<st>[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(step=Step.Default) bool[source]
# SYSTem:COMMunicate:RDEVice:OSCilloscope:ALIGnment:STEP<st>[:STATe]
value: bool = driver.system.communicate.rdevice.oscilloscope.alignment.step.state.get(step = repcap.Step.Default)

No help available

Parameters:

step – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Step’)

set(state: bool, step=Step.Default) None[source]
# SYSTem:COMMunicate:RDEVice:OSCilloscope:ALIGnment:STEP<st>[:STATe]
driver.system.communicate.rdevice.oscilloscope.alignment.step.state.set(state = False, step = repcap.Step.Default)

No help available

Parameters:

step – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Step’)