Step

SCPI Command :

CALibration<HW>:SELected:STEP
class StepCls[source]

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

get() bool[source]
# SCPI: CALibration<HW>:SELected:STEP
value: bool = driver.calibration.selected.step.get()

No command help available

return

state: No help available

set(name: str, state: bool) None[source]
# SCPI: CALibration<HW>:SELected:STEP
driver.calibration.selected.step.set(name = 'abc', state = False)

No command help available

param name

No help available

param state

No help available