Bstation ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr4 rc = driver.source.bb.c2K.bstation.repcap_baseStation_get() driver.source.bb.c2K.bstation.repcap_baseStation_set(repcap.BaseStation.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:C2K:BSTation:PRESet .. code-block:: python [SOURce]:BB:C2K:BSTation:PRESet .. autoclass:: RsSmbv.Implementations.Source.Bb.C2K.Bstation.BstationCls :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.c2K.bstation.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_C2K_Bstation_Cgroup.rst Source_Bb_C2K_Bstation_Dconflict.rst Source_Bb_C2K_Bstation_PdChannel.rst Source_Bb_C2K_Bstation_PnOffset.rst Source_Bb_C2K_Bstation_QwSet.rst Source_Bb_C2K_Bstation_State.rst Source_Bb_C2K_Bstation_Sync.rst Source_Bb_C2K_Bstation_Tdelay.rst Source_Bb_C2K_Bstation_Tdiversity.rst