Value

SCPI Commands :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:VCC:VALue:LEVel
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:VCC:VALue:PEP
class ValueCls[source]

Value commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_level() float[source]
# SCPI: [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) .

return

vcc_for_rf_level: float Range: 0 to 38

get_pep() float[source]
# SCPI: [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.

return

vcc_for_crt_pep: float Range: 0 to 38