MultiChannel

SCPI Command :

REFCurve<*>:MULTichannel:OPEN
Commands in total: 3
Subgroups: 2
Direct child commands: 1
open(refCurve=RefCurve.Default, opc_timeout_ms: int = -1) None[source]
# REFCurve<*>:MULTichannel:OPEN
driver.refCurve.multiChannel.open(refCurve = repcap.RefCurve.Default)

Loads the waveform data to the reference waveforms.

Parameters:
  • refCurve – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefCurve’)

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

Cloning the Group

# Create a copy of the original group, that exists independently
multiChannel_copy = driver.refCurve.multiChannel.clone()

Subgroups