Vpp

SCPI Command :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:VPP:[MAX]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_max() float[source]
# [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.

Returns:

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

set_max(vpp_max: float) None[source]
# [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.

Parameters:

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