InputPy
SCPI Commands :
[SOURce<HW>]:IQ:DPD:INPut:CFACtor
[SOURce<HW>]:IQ:DPD:INPut:LEVel
[SOURce<HW>]:IQ:DPD:INPut:PEP
- class InputPyCls[source]
InputPy commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_cfactor() float [source]
# SCPI: [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.
- return
crest_factor: float The query returns -1000 if the calculation is impossible or there are no measurements results available.
- get_level() float [source]
# SCPI: [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.
- return
level: float The query returns -1000 if the calculation is impossible or there are no measurements results available.
- get_pep() float [source]
# SCPI: [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.
- return
pep: float The query returns -1000 if the calculation is impossible or there are no measurements results available.