Slist ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Ix1 .. Ix32 rc = driver.sense.correction.fresponse.user.slist.repcap_touchStone_get() driver.sense.correction.fresponse.user.slist.repcap_touchStone_set(repcap.TouchStone.Ix1) .. rubric:: SCPI Commands : .. index:: single: [SENSe]:CORRection:FRESponse:USER:SLISt:CLEar single: [SENSe]:CORRection:FRESponse:USER:SLISt:MOVE .. code-block:: python [SENSe]:CORRection:FRESponse:USER:SLISt:CLEar [SENSe]:CORRection:FRESponse:USER:SLISt:MOVE .. autoclass:: RsFsw.Implementations.Sense.Correction.Fresponse.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.sense.correction.fresponse.user.slist.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Sense_Correction_Fresponse_User_Slist_Catalog.rst Sense_Correction_Fresponse_User_Slist_Data.rst Sense_Correction_Fresponse_User_Slist_Insert.rst Sense_Correction_Fresponse_User_Slist_Ports.rst Sense_Correction_Fresponse_User_Slist_Remove.rst Sense_Correction_Fresponse_User_Slist_Select.rst Sense_Correction_Fresponse_User_Slist_Size.rst Sense_Correction_Fresponse_User_Slist_State.rst