Value

SCPI Commands :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:VCC:VALue:LEVel
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:VCC:VALue:PEP
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_level() float[source]
# [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:VCC:VALue:LEVel
value: float = driver.source.iq.output.analog.envelope.vcc.value.get_level()

Queries the Vcc value of the current RMS power level (operating point) .

Returns:

vcc_for_rf_level: float Range: 0 to 38

get_pep() float[source]
# [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:VCC:VALue:PEP
value: float = driver.source.iq.output.analog.envelope.vcc.value.get_pep()

Queries the Vcc value of the current PEP of the generated RF signal.

Returns:

vcc_for_crt_pep: float Range: 0 to 38