MultiChannel

SCPI Command :

WGENerator<*>:ARBGen:MULTichannel:OPEN
Commands in total: 3
Subgroups: 2
Direct child commands: 1
open(wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:ARBGen:MULTichannel:OPEN
driver.wgenerator.arbGen.multiChannel.open(wgenerator = repcap.Wgenerator.Default)

Loads the arbitrary waveform.

Parameters:

wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)

open_and_wait(wgenerator=Wgenerator.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

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

Subgroups