Variable

SCPI Commands :

ANTenna:MODel:PLUGin:VARiable:CATalog
ANTenna:MODel:PLUGin:VARiable:SELect
ANTenna:MODel:PLUGin:VARiable:VALue
class VariableCls[source]

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

get_catalog() str[source]
# SCPI: ANTenna:MODel:PLUGin:VARiable:CATalog
value: str = driver.antenna.model.plugin.variable.get_catalog()

Queries the variables used in the plugin.

return:

catalog: string

get_select() str[source]
# SCPI: ANTenna:MODel:PLUGin:VARiable:SELect
value: str = driver.antenna.model.plugin.variable.get_select()

No command help available

return:

select: No help available

get_value() str[source]
# SCPI: ANTenna:MODel:PLUGin:VARiable:VALue
value: str = driver.antenna.model.plugin.variable.get_value()

No command help available

return:

value: No help available

set_select(select: str) None[source]
# SCPI: ANTenna:MODel:PLUGin:VARiable:SELect
driver.antenna.model.plugin.variable.set_select(select = 'abc')

No command help available

param select:

No help available

set_value(value: str) None[source]
# SCPI: ANTenna:MODel:PLUGin:VARiable:VALue
driver.antenna.model.plugin.variable.set_value(value = 'abc')

No command help available

param value:

No help available