Select

SCPI Command :

INSTrument[:SELect]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(channel_type: ChannelType) None[source]
# INSTrument[:SELect]
driver.instrument.select.set(channel_type = enums.ChannelType.IqAnalyzer=IQ)

Activates a new channel with the defined channel type, or selects an existing channel with the specified name. Also see See also

  • method RsFsw.instrument.create.new.set()

  • ‘Programming example: performing a sequence of measurements’

Parameters:

channel_type – (enum or string) Channel type of the new channel. For a list of available channel types see method RsFsw.instrument.listPy.get() .