Alevel

SCPI Commands :

[SOURce<HW>]:CORRection:FRESponse:RF:USER:ALEVel:VALue
[SOURce<HW>]:CORRection:FRESponse:RF:USER:ALEVel:[STATe]
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_state() bool[source]
# [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 method RsSmbv.source.correction.fresponse.rf.user.alevel.value() .

Returns:

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

If method RsSmbv.source.correction.fresponse.rf.user.alevel.state() 1, queries the absolute level correction value.

Returns:

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

set_state(freq_corr_rf_al_sta: bool) None[source]
# [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 method RsSmbv.source.correction.fresponse.rf.user.alevel.value() .

Parameters:

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. .