Store ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Pos1 .. Pos32 rc = driver.applications.k91Wlan.massMemory.store.repcap_store_get() driver.applications.k91Wlan.massMemory.store.repcap_store_set(repcap.Store.Pos1) .. autoclass:: RsFsw.Implementations.Applications.K91_Wlan.MassMemory.Store.StoreCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.applications.k91Wlan.massMemory.store.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Applications_K91_Wlan_MassMemory_Store_Iq.rst Applications_K91_Wlan_MassMemory_Store_Iqnc.rst Applications_K91_Wlan_MassMemory_Store_Trace.rst