Select

SCPI Commands

INSTrument:NSELect
class SelectCls[source]

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

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

Selects or queries the channel by number.

return

channel: No help available

set(channel: int) None[source]
# SCPI: INSTrument:NSELect
driver.instrument.select.set(channel = 1)

Selects or queries the channel by number.

param channel

No help available