Selected

SCPI Commands :

CALibration<HW>:SELected:CATalog
CALibration<HW>:SELected:[MEASure]
class SelectedCls[source]

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

get_catalog() List[str][source]
# SCPI: CALibration<HW>:SELected:CATalog
value: List[str] = driver.calibration.selected.get_catalog()

No command help available

return

catalog: No help available

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

No command help available

return

meas: No help available

Cloning the Group

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

Subgroups