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)

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

param index:

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

return:

freq_resp_sli_stat: No help available

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)

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

param freq_resp_sli_stat:

No help available

param index:

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