Selected

SCPI Commands :

CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected:CATalog
CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected
class SelectedCls[source]

Selected commands group definition. 3 total commands, 1 Subgroups, 2 group commands

get_catalog() List[str][source]
# SCPI: CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected:CATalog
value: List[str] = driver.calibration.frequency.converter.external.selected.get_catalog()

No command help available

return

freq_conv_cal_sel_step_cat: No help available

get_value() bool[source]
# SCPI: CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected
value: bool = driver.calibration.frequency.converter.external.selected.get_value()

No command help available

return

success: No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.calibration.frequency.converter.external.selected.clone()

Subgroups