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)

Applies the values from all enabled S-parameters correction files.

Parameters:

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

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)

Applies the values from all enabled S-parameters correction files.

Parameters:

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