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()
Activates absolute level compensation at the current center frequency. Query the level correction value with the command [:SOURce<hw>]:CORRection:FRESponse:RF:USER:ALEVel:VALue?.
- return
freq_corr_rf_al_sta: 1| ON| 0| OFF Absolute level compensation and user correction cannot be activated simultaneously. These functions exclude each other; only one of them can be used at a time. .
- get_value() float [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:ALEVel:VALue value: float = driver.source.correction.fresponse.rf.user.alevel.get_value()
If [:SOURce<hw>]:CORRection:FRESponse:RF:USER:ALEVel[:STATe]1, queries the absolute level correction value.
- 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)
Activates absolute level compensation at the current center frequency. Query the level correction value with the command [:SOURce<hw>]:CORRection:FRESponse:RF:USER:ALEVel:VALue?.
- param freq_corr_rf_al_sta
1| ON| 0| OFF Absolute level compensation and user correction cannot be activated simultaneously. These functions exclude each other; only one of them can be used at a time. .