Replace
SCPI Command :
INSTrument:CREate:REPLace
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(current_channel_name: str, channel_type: ChannelType, new_channel_name: str) None[source]
# INSTrument:CREate:REPLace driver.instrument.create.replace.set(current_channel_name = 'abc', channel_type = enums.ChannelType.IqAnalyzer=IQ, new_channel_name = 'abc')
Replaces a channel with another one.
- Parameters:
current_channel_name – String containing the name of the channel you want to replace.
channel_type – Channel type of the new channel. For a list of available channel types, see method
RsFsw.instrument.listPy.get().new_channel_name – String containing the name of the new channel. Note: If the specified name for a new channel already exists, the default name, extended by a sequential number, is used for the new channel (see method
RsFsw.instrument.listPy.get()) . Channel names can have a maximum of 31 characters, and must be compatible with the Windows conventions for file names. In particular, they must not contain special characters such as ‘:’, ‘*’, ‘?’.