Tselected

SCPI Commands :

SYSTem:PCIFpga:UPDate:TSELected:CATalog
SYSTem:PCIFpga:UPDate:TSELected:STEP
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_catalog() str[source]
# SYSTem:PCIFpga:UPDate:TSELected:CATalog
value: str = driver.system.pciFpga.update.tselected.get_catalog()

No help available

get_step() str[source]
# SYSTem:PCIFpga:UPDate:TSELected:STEP
value: str = driver.system.pciFpga.update.tselected.get_step()

No help available

set_step(sel_string: str) None[source]
# SYSTem:PCIFpga:UPDate:TSELected:STEP
driver.system.pciFpga.update.tselected.set_step(sel_string = 'abc')

No help available