Load
SCPI Command :
WGENerator<*>:OUTPut[:LOAD]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(wgenerator=Wgenerator.Default) WgenOutputLoad[source]
# WGENerator<*>:OUTPut[:LOAD] value: enums.WgenOutputLoad = driver.wgenerator.output.load.get(wgenerator = repcap.Wgenerator.Default)
Sets the load of the DUT at its connection.
- Parameters:
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
load: HIZ: high input impedance
- set(load: WgenOutputLoad, wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:OUTPut[:LOAD] driver.wgenerator.output.load.set(load = enums.WgenOutputLoad.FIFTy, wgenerator = repcap.Wgenerator.Default)
Sets the load of the DUT at its connection.
- Parameters:
load – HIZ: high input impedance
wgenerator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)