InputPy

SCPI Commands :

[SOURce<HW>]:IQ:DPD:INPut:CFACtor
[SOURce<HW>]:IQ:DPD:INPut:LEVel
[SOURce<HW>]:IQ:DPD:INPut:PEP
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_cfactor() float[source]
# [SOURce<HW>]:IQ:DPD:INPut:CFACtor
value: float = driver.source.iq.dpd.inputPy.get_cfactor()

Queries the measured values the before and after the enabled digital predistortion.

Returns:

crest_factor: float The query returns -1000 if the calculation is impossible or there are no measurements results available.

get_level() float[source]
# [SOURce<HW>]:IQ:DPD:INPut:LEVel
value: float = driver.source.iq.dpd.inputPy.get_level()

Queries the measured values the before and after the enabled digital predistortion.

Returns:

level: float The query returns -1000 if the calculation is impossible or there are no measurements results available.

get_pep() float[source]
# [SOURce<HW>]:IQ:DPD:INPut:PEP
value: float = driver.source.iq.dpd.inputPy.get_pep()

Queries the measured values the before and after the enabled digital predistortion.

Returns:

pep: float The query returns -1000 if the calculation is impossible or there are no measurements results available.