Lrf

SCPI Commands :

[SOURce<HW>]:IQ:DPD:LRF:ADJust
[SOURce<HW>]:IQ:DPD:LRF:STATe
Commands in total: 4
Subgroups: 1
Direct child commands: 2
get_adjust() Test[source]
# [SOURce<HW>]:IQ:DPD:LRF:ADJust
value: enums.Test = driver.source.iq.dpd.lrf.get_adjust()

Calculates the predistortion values for the current frequency.

Returns:

adjust_result: 0 | 1| RUNning | STOPped

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

Activates linearization of the RF.

Returns:

linearize_rf: 1 | ON | 0| OFF

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

Activates linearization of the RF.

Parameters:

linearize_rf – 1 | ON | 0| OFF

Cloning the Group

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

Subgroups