ArbGen

SCPI Command :

WGENerator<*>:ARBGen:OPEN
Commands in total: 7
Subgroups: 6
Direct child commands: 1
open(waveformGen=WaveformGen.Default, opc_timeout_ms: int = -1) None[source]
# WGENerator<*>:ARBGen:OPEN
driver.wgenerator.arbGen.open(waveformGen = repcap.WaveformGen.Default)

Loads the arbitrary waveform, which is selected with the method RsMxo.wgenerator.arbGen.name.set() command.

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

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

Subgroups