New

SCPI Command :

INSTrument:CREate[:NEW]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(channel_type: ChannelType, channel_name: str) None[source]
# INSTrument:CREate[:NEW]
driver.instrument.create.new.set(channel_type = enums.ChannelType.IqAnalyzer=IQ, channel_name = 'abc')

Adds a measurement channel. You can configure up to 10 measurement channels at the same time (depending on available memory) . See also

  • method RsFsw.instrument.select.set()

  • method RsFsw.instrument.delete()

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() .

  • channel_name – String containing the name of the channel. Note that you cannot assign an existing channel name to a new channel. If you do, an error occurs.