Output
SCPI Commands :
[SOURce<HW>]:IQ:DPD:OUTPut:CFACtor
[SOURce<HW>]:IQ:DPD:OUTPut:LEVel
[SOURce<HW>]:IQ:DPD:OUTPut:PEP
- class OutputCls[source]
Output commands group definition. 6 total commands, 2 Subgroups, 3 group commands
- get_cfactor() float [source]
# SCPI: [SOURce<HW>]:IQ:DPD:OUTPut:CFACtor value: float = driver.source.iq.dpd.output.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:OUTPut:LEVel value: float = driver.source.iq.dpd.output.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:OUTPut:PEP value: float = driver.source.iq.dpd.output.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.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.iq.dpd.output.clone()
Subgroups