Flist<Index>
RepCap Settings
# Range: Nr1 .. Nr64
rc = driver.source.correction.fresponse.rf.user.flist.repcap_index_get()
driver.source.correction.fresponse.rf.user.flist.repcap_index_set(repcap.Index.Nr1)
SCPI Commands :
[SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:CATalog
[SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:CLEar
[SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:SIZE
[SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:[STATe]
- class FlistCls[source]
Flist commands group definition. 7 total commands, 3 Subgroups, 4 group commands Repeated Capability: Index, default value after init: Index.Nr1
- clear() None [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:CLEar driver.source.correction.fresponse.rf.user.flist.clear()
Deletes all entries in the list.
- clear_with_opc(opc_timeout_ms: int = -1) None [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:CLEar driver.source.correction.fresponse.rf.user.flist.clear_with_opc()
Deletes all entries in the list.
Same as clear, but waits for the operation to complete before continuing further. Use the RsSmw.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:FLISt:CATalog value: str = driver.source.correction.fresponse.rf.user.flist.get_catalog()
Deletes all entries in the list.
- return:
catalog: No help available
- get_size() int [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:SIZE value: int = driver.source.correction.fresponse.rf.user.flist.get_size()
Deletes all entries in the list.
- return:
freq_resp_rf_fli_si: No help available
- get_state() bool [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:[STATe] value: bool = driver.source.correction.fresponse.rf.user.flist.get_state()
Uses FR list files for user-defined corrections. Load the FR lists, enable them and apply the configuration with the corresponding FR list commands.
- return:
freq_corr_rf_fl_sta: 1| ON| 0| OFF
- set_state(freq_corr_rf_fl_sta: bool) None [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:[STATe] driver.source.correction.fresponse.rf.user.flist.set_state(freq_corr_rf_fl_sta = False)
Uses FR list files for user-defined corrections. Load the FR lists, enable them and apply the configuration with the corresponding FR list commands.
- param freq_corr_rf_fl_sta:
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.correction.fresponse.rf.user.flist.clone()
Subgroups