Duplicate

SCPI Commands

INSTrument:CREate:DUPLicate
class DuplicateCls[source]

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

set(opc_timeout_ms: int = -1) None[source]
# SCPI: INSTrument:CREate:DUPLicate
driver.instrument.create.duplicate.set()

This command duplicates the currently selected channel, i.e creates a new channel of the same type and with the identical measurement settings. The name of the new channel is the same as the copied channel, extended by a consecutive number (e. g. ‘IQAnalyzer’ -> ‘IQAnalyzer 2’) . The channel to be duplicated must be selected first using the INST:SEL command. (See method RsFswp.Instrument.Select.set) . This command is not available if the MSRA primary channel is selected.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.