Slist<Index>
RepCap Settings
# Range: Nr1 .. Nr64
rc = driver.source.correction.fresponse.iq.user.slist.repcap_index_get()
driver.source.correction.fresponse.iq.user.slist.repcap_index_set(repcap.Index.Nr1)
SCPI Commands :
[SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:CATalog
[SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:CLEar
[SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:SIZE
- class SlistCls[source]
Slist commands group definition. 7 total commands, 3 Subgroups, 3 group commands Repeated Capability: Index, default value after init: Index.Nr1
- clear() None [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:CLEar driver.source.correction.fresponse.iq.user.slist.clear()
No command help available
- clear_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:CLEar driver.source.correction.fresponse.iq.user.slist.clear_with_opc()
No command help available
Same as clear, but waits for the operation to complete before continuing further. Use the RsSmbv.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.
- get_catalog() str [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:CATalog value: str = driver.source.correction.fresponse.iq.user.slist.get_catalog()
No command help available
- return
catalog: No help available
- get_size() int [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:SIZE value: int = driver.source.correction.fresponse.iq.user.slist.get_size()
No command help available
- return
freq_resp_iq_sli_si: No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.correction.fresponse.iq.user.slist.clone()
Subgroups