Base ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr16 rc = driver.source.bb.gnss.rtk.base.repcap_baseSt_get() driver.source.bb.gnss.rtk.base.repcap_baseSt_set(repcap.BaseSt.Nr1) .. autoclass:: RsSmw.Implementations.Source.Bb.Gnss.Rtk.Base.BaseCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.source.bb.gnss.rtk.base.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Gnss_Rtk_Base_A.rst Source_Bb_Gnss_Rtk_Base_Location.rst Source_Bb_Gnss_Rtk_Base_Mountpoint.rst