Duplicate

SCPI Command :

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

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 RsFsw.Instrument.Select.set) . Is not available if the MSRA/MSRT primary channel is selected.

param opc_timeout_ms

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