Load

SCPI Command :

WGENerator<*>:OUTPut[:LOAD]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveformGen=WaveformGen.Default) WgenLoad[source]
# WGENerator<*>:OUTPut[:LOAD]
value: enums.WgenLoad = driver.wgenerator.output.load.get(waveformGen = repcap.WaveformGen.Default)

Select the user load, the load of the DUT at its connection.

Parameters:

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

Returns:

load: FIFTy: 50Ω HIZ: High-Z (high input impedance)

set(load: WgenLoad, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:OUTPut[:LOAD]
driver.wgenerator.output.load.set(load = enums.WgenLoad.FIFTy, waveformGen = repcap.WaveformGen.Default)

Select the user load, the load of the DUT at its connection.

Parameters:
  • load – FIFTy: 50Ω HIZ: High-Z (high input impedance)

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