Vpp
SCPI Command :
WGENerator<*>:VOLTage[:VPP]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:VOLTage[:VPP] value: float = driver.wgenerator.voltage.vpp.get(waveformGen = repcap.WaveformGen.Default)
Sets the amplitude of the waveform.
- Parameters:
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
amplitude: 0.01 to 12
- set(amplitude: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:VOLTage[:VPP] driver.wgenerator.voltage.vpp.set(amplitude = 1.0, waveformGen = repcap.WaveformGen.Default)
Sets the amplitude of the waveform.
- Parameters:
amplitude – 0.01 to 12
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)