New
SCPI Command :
INSTrument:CREate[:NEW]
- class NewCls[source]
New commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- set(channel_type: RsFsw.enums.ChannelType, channel_name: str) None [source]
# SCPI: 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) .
INTRO_CMD_HELP: See also
method RsFsw.Instrument.Select.set
method RsFsw.Instrument.delete
- param channel_type
(enum or string) Channel type of the new channel. For a list of available channel types, see method RsFsw.Instrument.ListPy.get_.
- param 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.