Vpp

SCPI Command :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:VPP:[MAX]
class VppCls[source]

Vpp commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_max() float[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:VPP:[MAX]
value: float = driver.source.iq.output.analog.envelope.vpp.get_max()

Set the maximum value of the driving voltage Vpp of the used external DC modulator.

return

vpp_max: float Range: 0.02V to 8V (R&S SMW-B10) / 0.04V to 4V (R&S SMW-B9) , Unit: V

set_max(vpp_max: float) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:VPP:[MAX]
driver.source.iq.output.analog.envelope.vpp.set_max(vpp_max = 1.0)

Set the maximum value of the driving voltage Vpp of the used external DC modulator.

param vpp_max

float Range: 0.02V to 8V (R&S SMW-B10) / 0.04V to 4V (R&S SMW-B9) , Unit: V