Flist<Index>

RepCap Settings

# Range: Nr1 .. Nr64
rc = driver.source.correction.fresponse.iq.user.flist.repcap_index_get()
driver.source.correction.fresponse.iq.user.flist.repcap_index_set(repcap.Index.Nr1)

SCPI Commands :

[SOURce<HW>]:CORRection:FRESponse:IQ:USER:FLISt:CATalog
[SOURce<HW>]:CORRection:FRESponse:IQ:USER:FLISt:CLEar
[SOURce<HW>]:CORRection:FRESponse:IQ:USER:FLISt:SIZE
[SOURce<HW>]:CORRection:FRESponse:IQ: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:IQ:USER:FLISt:CLEar
driver.source.correction.fresponse.iq.user.flist.clear()

No command help available

clear_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:FLISt:CLEar
driver.source.correction.fresponse.iq.user.flist.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:FLISt:CATalog
value: str = driver.source.correction.fresponse.iq.user.flist.get_catalog()

No command help available

return

catalog: No help available

get_size() int[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:FLISt:SIZE
value: int = driver.source.correction.fresponse.iq.user.flist.get_size()

No command help available

return

freq_resp_iq_fl_isi: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:FLISt:[STATe]
value: bool = driver.source.correction.fresponse.iq.user.flist.get_state()

No command help available

return

freq_corr_fl_stat: No help available

set_state(freq_corr_fl_stat: bool) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:IQ:USER:FLISt:[STATe]
driver.source.correction.fresponse.iq.user.flist.set_state(freq_corr_fl_stat = False)

No command help available

param freq_corr_fl_stat

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.correction.fresponse.iq.user.flist.clone()

Subgroups