Vpp

SCPI Command :

WGENerator<*>:VOLTage[:VPP]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(wgenerator=Wgenerator.Default) float[source]
# WGENerator<*>:VOLTage[:VPP]
value: float = driver.wgenerator.voltage.vpp.get(wgenerator = repcap.Wgenerator.Default)

Sets the amplitude, peak to peak voltage, of the output waveform. This is defined as the voltage difference between the maximum (method RsRtx.wgenerator.voltage.high.set() ) and the minimum (method RsRtx.wgenerator.voltage.low.set() ) voltage levels. The value is set for the currently selected load (method RsRtx.wgenerator.output.load.set() ) . If the load is changed, the value of the amplitude is adapted to this new setting.

Parameters:

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

Returns:

amplitude: 0.01 to 12

set(amplitude: float, wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:VOLTage[:VPP]
driver.wgenerator.voltage.vpp.set(amplitude = 1.0, wgenerator = repcap.Wgenerator.Default)

Sets the amplitude, peak to peak voltage, of the output waveform. This is defined as the voltage difference between the maximum (method RsRtx.wgenerator.voltage.high.set() ) and the minimum (method RsRtx.wgenerator.voltage.low.set() ) voltage levels. The value is set for the currently selected load (method RsRtx.wgenerator.output.load.set() ) . If the load is changed, the value of the amplitude is adapted to this new setting.

Parameters:
  • amplitude – 0.01 to 12

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