State

SCPI Command :

[SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt<CH>:MAGNitude:[STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(index=Index.Default) bool[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt<CH>:MAGNitude:[STATe]
value: bool = driver.source.correction.fresponse.rf.user.flist.magnitude.state.get(index = repcap.Index.Default)

Enables that the magnitude and/or phase values from the selected file are used for frequency response compensation. To trigger calculation of the correction values, send the command [:SOURce<hw>]:CORRection:FRESponse:RF:USER:APPLy. Otherwise changes are not considered.

param index

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Flist’)

return

freq_corr_rf_mag_st: 1| ON| 0| OFF

set(freq_corr_rf_mag_st: bool, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt<CH>:MAGNitude:[STATe]
driver.source.correction.fresponse.rf.user.flist.magnitude.state.set(freq_corr_rf_mag_st = False, index = repcap.Index.Default)

Enables that the magnitude and/or phase values from the selected file are used for frequency response compensation. To trigger calculation of the correction values, send the command [:SOURce<hw>]:CORRection:FRESponse:RF:USER:APPLy. Otherwise changes are not considered.

param freq_corr_rf_mag_st

1| ON| 0| OFF

param index

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Flist’)