State
SCPI Command :
[SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt<CH>:[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:SLISt<CH>:[STATe] value: bool = driver.source.correction.fresponse.rf.user.slist.state.get(index = repcap.Index.Default)
Enables that the selected file is 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 ‘Slist’)
- return
freq_resp_sli_stat: 1| ON| 0| OFF
- set(freq_resp_sli_stat: bool, index=Index.Default) None [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt<CH>:[STATe] driver.source.correction.fresponse.rf.user.slist.state.set(freq_resp_sli_stat = False, index = repcap.Index.Default)
Enables that the selected file is 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_resp_sli_stat
1| ON| 0| OFF
- param index
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Slist’)