User

SCPI Commands :

SYSTem:DEXChange:TEMPlate:USER:CATalog
SYSTem:DEXChange:TEMPlate:USER:DELete
SYSTem:DEXChange:TEMPlate:USER:SELect
class UserCls[source]

User commands group definition. 3 total commands, 0 Subgroups, 3 group commands

delete(filename: str) None[source]
# SCPI: SYSTem:DEXChange:TEMPlate:USER:DELete
driver.system.dexchange.template.user.delete(filename = 'abc')

No command help available

param filename

No help available

get_catalog() List[str][source]
# SCPI: SYSTem:DEXChange:TEMPlate:USER:CATalog
value: List[str] = driver.system.dexchange.template.user.get_catalog()

No command help available

return

catalog: No help available

get_select() str[source]
# SCPI: SYSTem:DEXChange:TEMPlate:USER:SELect
value: str = driver.system.dexchange.template.user.get_select()

No command help available

return

filename: No help available

set_select(filename: str) None[source]
# SCPI: SYSTem:DEXChange:TEMPlate:USER:SELect
driver.system.dexchange.template.user.set_select(filename = 'abc')

No command help available

param filename

No help available