Selected

SCPI Commands :

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

No help available

get_measure() bool[source]
# CALibration<HW>:SELected:[MEASure]
value: bool = driver.calibration.selected.get_measure()

No help available

Cloning the Group

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

Subgroups