Alevel

SCPI Commands :

[SOURce<HW>]:CORRection:FRESponse:RF:USER:ALEVel:VALue
[SOURce<HW>]:CORRection:FRESponse:RF:USER:ALEVel:[STATe]
class AlevelCls[source]

Alevel commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:ALEVel:[STATe]
value: bool = driver.source.correction.fresponse.rf.user.alevel.get_state()

Enables absolute level compensation at the current center frequency. Query the level correction value with the following command: [:SOURce<hw>]:CORRection:FRESponse:RF:USER:ALEVel:VALue? You cannot enable absolute level compensation and user correction simultaneously. These functions exclude each other. .

return:

freq_corr_rf_al_sta: 1| ON| 0| OFF

get_value() float[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:ALEVel:VALue
value: float = driver.source.correction.fresponse.rf.user.alevel.get_value()

Queries the absolute level correction value. Querying real values requires enabled absolute level compensation: SOURce1:CORRection:FRESponse:RF:USER:ALEVel:STATe 1 See also [:SOURce<hw>]:CORRection:FRESponse:RF:USER:ALEVel[:STATe].

return:

freq_cor_rf_absolute_val: float Range: -100 to 100, Unit: dB

set_state(freq_corr_rf_al_sta: bool) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:ALEVel:[STATe]
driver.source.correction.fresponse.rf.user.alevel.set_state(freq_corr_rf_al_sta = False)

Enables absolute level compensation at the current center frequency. Query the level correction value with the following command: [:SOURce<hw>]:CORRection:FRESponse:RF:USER:ALEVel:VALue? You cannot enable absolute level compensation and user correction simultaneously. These functions exclude each other. .

param freq_corr_rf_al_sta:

1| ON| 0| OFF