Select

SCPI Command :

INSTrument[:SELect]
class SelectCls[source]

Select commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() str[source]
# SCPI: INSTrument[:SELect]
value: str = driver.instrument.select.get_value()

No command help available

return:

instrument: No help available

set_value(instrument: str) None[source]
# SCPI: INSTrument[:SELect]
driver.instrument.select.set_value(instrument = rawAbc)

No command help available

param instrument:

No help available

Cloning the Group

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

Subgroups