Flist<Index>
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]
- Commands in total: 7Subgroups: 3Direct child commands: 4
Repeated Capability Setting:
# Range: Nr1 .. Nr64 driver.source.correction.fresponse.rf.user.flist.repcap_index_set(repcap.Index.Nr1)
- clear() None[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:CLEar driver.source.correction.fresponse.rf.user.flist.clear()
Deletes all entries in the lists.
- clear_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:CLEar driver.source.correction.fresponse.rf.user.flist.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.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- get_catalog() str[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:CATalog value: str = driver.source.correction.fresponse.rf.user.flist.get_catalog()
Queries the frequency response FR list files included in the current FR list.
- Returns:
catalog: filename1,filename2,…filename5 Returns a string of filenames separated by commas.
- get_size() int[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:SIZE value: int = driver.source.correction.fresponse.rf.user.flist.get_size()
Queries the number of files in the list.
- Returns:
freq_resp_rf_fli_si: integer Range: 0 to 5
- get_state() bool[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:[STATe] value: bool = driver.source.correction.fresponse.rf.user.flist.get_state()
Enables that user-defined corrections in form of FR lists are used. To use corrections of this kind, load the FR lists, activated them and apply the configuration with the corresponding commands, see ‘Frequency response (FR) list commands’.
- Returns:
freq_corr_rf_fl_sta: 1 | ON | 0| OFF
- set_state(freq_corr_rf_fl_sta: bool) None[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt:[STATe] driver.source.correction.fresponse.rf.user.flist.set_state(freq_corr_rf_fl_sta = False)
Enables that user-defined corrections in form of FR lists are used. To use corrections of this kind, load the FR lists, activated them and apply the configuration with the corresponding commands, see ‘Frequency response (FR) list commands’.
- Parameters:
freq_corr_rf_fl_sta – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
flist_copy = driver.source.correction.fresponse.rf.user.flist.clone()
Subgroups