Slist ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr64 rc = driver.source.correction.fresponse.iq.user.slist.repcap_index_get() driver.source.correction.fresponse.iq.user.slist.repcap_index_set(repcap.Index.Nr1) .. rubric:: SCPI Commands : .. index:: single: [SOURce]:CORRection:FRESponse:IQ:USER:SLISt:CATalog single: [SOURce]:CORRection:FRESponse:IQ:USER:SLISt:CLEar single: [SOURce]:CORRection:FRESponse:IQ:USER:SLISt:SIZE .. code-block:: python [SOURce]:CORRection:FRESponse:IQ:USER:SLISt:CATalog [SOURce]:CORRection:FRESponse:IQ:USER:SLISt:CLEar [SOURce]:CORRection:FRESponse:IQ:USER:SLISt:SIZE .. autoclass:: RsSmbv.Implementations.Source.Correction.Fresponse.Iq.User.Slist.SlistCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.source.correction.fresponse.iq.user.slist.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Correction_Fresponse_Iq_User_Slist_Ports.rst Source_Correction_Fresponse_Iq_User_Slist_Select.rst Source_Correction_Fresponse_Iq_User_Slist_State.rst