Slist<Index>
RepCap Settings
# Range: Nr1 .. Nr64
rc = driver.source.correction.fresponse.rf.user.slist.repcap_index_get()
driver.source.correction.fresponse.rf.user.slist.repcap_index_set(repcap.Index.Nr1)
SCPI Commands :
[SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt:CATalog
[SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt:CLEar
[SOURce<HW>]:CORRection:FRESponse:RF: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:RF:USER:SLISt:CLEar driver.source.correction.fresponse.rf.user.slist.clear()
Deletes all entries in the lists.
- clear_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt:CLEar driver.source.correction.fresponse.rf.user.slist.clear_with_opc()
Deletes all entries in the lists.
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:RF:USER:SLISt:CATalog value: str = driver.source.correction.fresponse.rf.user.slist.get_catalog()
Queries the S-parameter files included in the current S-paramters list.
- return
catalog: filename1,filename2,…filename10 Returns a string of filenames separated by commas.
- get_size() int [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt:SIZE value: int = driver.source.correction.fresponse.rf.user.slist.get_size()
Queries the number of files in the list.
- return
freq_resp_rf_sli_si: integer Range: 0 to 10
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.correction.fresponse.rf.user.slist.clone()
Subgroups