Replace

SCPI Command :

INSTrument:CREate:REPLace
class ReplaceCls[source]

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

set(current_channel_name: str, channel_type: RsFsw.enums.ChannelType, new_channel_name: str) None[source]
# SCPI: 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.

param current_channel_name

No help available

param channel_type

Channel type of the new channel. For a list of available channel types, see method RsFsw.Instrument.ListPy.get_.

param new_channel_name

No help available