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: 7
Subgroups: 3
Direct 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 list.

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 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.

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()

Deletes all entries in the list.

get_size() int[source]
# [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.

get_state() bool[source]
# [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.

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)

Uses FR list files for user-defined corrections. Load the FR lists, enable them and apply the configuration with the corresponding 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