Slist<Index>
SCPI Commands :
[SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:CATalog
[SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:CLEar
[SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:SIZE
- Commands in total: 7Subgroups: 3Direct child commands: 3
Repeated Capability Setting:
# Range: Nr1 .. Nr64 driver.source.correction.fresponse.iq.user.slist.repcap_index_set(repcap.Index.Nr1)
- clear() None[source]
# [SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:CLEar driver.source.correction.fresponse.iq.user.slist.clear()
No help available
- clear_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:CLEar driver.source.correction.fresponse.iq.user.slist.clear_with_opc()
No help available
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:IQ:USER:SLISt:CATalog value: str = driver.source.correction.fresponse.iq.user.slist.get_catalog()
No help available
- get_size() int[source]
# [SOURce<HW>]:CORRection:FRESponse:IQ:USER:SLISt:SIZE value: int = driver.source.correction.fresponse.iq.user.slist.get_size()
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
slist_copy = driver.source.correction.fresponse.iq.user.slist.clone()
Subgroups