State

SCPI Command :

[SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt<CH>:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(index=Index.Default) bool[source]
# [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 method RsSmbv.source.correction.fresponse.rf.user.apply.set() . Otherwise changes are not considered.

Parameters:

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

Returns:

freq_resp_sli_stat: 1 | ON | 0| OFF

set(freq_resp_sli_stat: bool, index=Index.Default) None[source]
# [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 method RsSmbv.source.correction.fresponse.rf.user.apply.set() . Otherwise changes are not considered.

Parameters:
  • freq_resp_sli_stat – 1 | ON | 0| OFF

  • index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Slist’)