Selected

SCPI Commands :

CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected:CATalog
CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected
Commands in total: 3
Subgroups: 1
Direct child commands: 2
get_catalog() List[str][source]
# CALibration<HW>:FREQuency:CONVerter:EXTernal:SELected:CATalog
value: List[str] = driver.calibration.frequency.converter.external.selected.get_catalog()

No help available

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

No help available

Cloning the Group

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

Subgroups