Step
SCPI Command :
CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected:STEP
- class StepCls[source]
Step commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected:STEP value: bool = driver.calibration.frequency.converter.external.selected.step.get()
No command help available
- return
state: No help available
- set(name: str, state: bool) None [source]
# SCPI: CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected:STEP driver.calibration.frequency.converter.external.selected.step.set(name = 'abc', state = False)
No command help available
- param name
No help available
- param state
No help available