Instrument

SCPI Command :

INSTrument:NSELect
class InstrumentCls[source]

Instrument commands group definition. 8 total commands, 2 Subgroups, 1 group commands

get_nselect() int[source]
# SCPI: INSTrument:NSELect
value: int = driver.instrument.get_nselect()

No command help available

return:

arg_0: No help available

set_nselect(arg_0: int) None[source]
# SCPI: INSTrument:NSELect
driver.instrument.set_nselect(arg_0 = 1)

No command help available

param arg_0:

No help available

Cloning the Group

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

Subgroups