Step

SCPI Command :

CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected:STEP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected:STEP
value: bool = driver.calibration.frequency.converter.external.selected.step.get()

No help available

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

No help available