Wgenerator<WaveformGen>

SCPI Command :

WGENerator<*>:PRESet
Commands in total: 66
Subgroups: 13
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr2

driver.wgenerator.repcap_waveformGen_set(repcap.WaveformGen.Nr1)
preset(waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:PRESet
driver.wgenerator.preset(waveformGen = repcap.WaveformGen.Default)

Presets the generator to a default setup. The default includes the following settings: To configure the pulse, user the following commands:

  • Function type = Sine

  • Frequency = 1 MHz

  • Amplitude = 1 Vpp

Parameters:

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

preset_and_wait(waveformGen=WaveformGen.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

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

Subgroups