Lrf

SCPI Commands :

[SOURce<HW>]:IQ:DPD:LRF:ADJust
[SOURce<HW>]:IQ:DPD:LRF:STATe
class LrfCls[source]

Lrf commands group definition. 4 total commands, 1 Subgroups, 2 group commands

get_adjust() RsSmw.enums.Test[source]
# SCPI: [SOURce<HW>]:IQ:DPD:LRF:ADJust
value: enums.Test = driver.source.iq.dpd.lrf.get_adjust()

Calculates the predistortion values for the current frequency.

return

adjust_result: 0| 1| RUNning| STOPped

get_state() bool[source]
# SCPI: [SOURce<HW>]:IQ:DPD:LRF:STATe
value: bool = driver.source.iq.dpd.lrf.get_state()

Activates linearization of the RF.

return

linearize_rf: 1| ON| 0| OFF

set_state(linearize_rf: bool) None[source]
# SCPI: [SOURce<HW>]:IQ:DPD:LRF:STATe
driver.source.iq.dpd.lrf.set_state(linearize_rf = False)

Activates linearization of the RF.

param linearize_rf

1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.iq.dpd.lrf.clone()

Subgroups