Duplicate
SCPI Command :
INSTrument:CREate:DUPLicate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(opc_timeout_ms: int = -1) None[source]
# 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.- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.