ArbGen

SCPI Commands :

WGENerator<*>:ARBGen:COPY
WGENerator<*>:ARBGen:OPEN
Commands in total: 12
Subgroups: 8
Direct child commands: 2
copy(wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:ARBGen:COPY
driver.wgenerator.arbGen.copy(wgenerator = repcap.Wgenerator.Default)

Loads the waveform from the selected signal source (method RsRtx.wgenerator.arbGen.select.set() ) .

Parameters:

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

copy_and_wait(wgenerator=Wgenerator.Default, opc_timeout_ms: int = -1) None[source]
open(wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:ARBGen:OPEN
driver.wgenerator.arbGen.open(wgenerator = repcap.Wgenerator.Default)

Loads the arbitrary waveform, that is selected with the method RsRtx.wgenerator.arbGen.name.set() command. This command is only relevant for files with one waveform defined. For multichannel arbitrary waveform files, see method RsRtx.wgenerator.arbGen.multiChannel.open() .

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
arbGen_copy = driver.wgenerator.arbGen.clone()

Subgroups