Tselected

SCPI Commands :

CALibration:TSELected:CATalog
CALibration:TSELected:STEP
CALibration:TSELected:[MEASure]
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_catalog() str[source]
# CALibration:TSELected:CATalog
value: str = driver.calibration.tselected.get_catalog()

No help available

get_measure() bool[source]
# CALibration:TSELected:[MEASure]
value: bool = driver.calibration.tselected.get_measure()

No help available

get_step() str[source]
# CALibration:TSELected:STEP
value: str = driver.calibration.tselected.get_step()

No help available

set_step(sel_string: str) None[source]
# CALibration:TSELected:STEP
driver.calibration.tselected.set_step(sel_string = 'abc')

No help available