Bstation ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr4 rc = driver.source.bb.w3Gpp.bstation.repcap_baseStation_get() driver.source.bb.w3Gpp.bstation.repcap_baseStation_set(repcap.BaseStation.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:W3GPp:BSTation:PRESet .. code-block:: python [SOURce]:BB:W3GPp:BSTation:PRESet .. autoclass:: RsSmbv.Implementations.Source.Bb.W3Gpp.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.w3Gpp.bstation.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_W3Gpp_Bstation_Channel.rst Source_Bb_W3Gpp_Bstation_Cmode.rst Source_Bb_W3Gpp_Bstation_Dconflict.rst Source_Bb_W3Gpp_Bstation_Enhanced.rst Source_Bb_W3Gpp_Bstation_Ocns.rst Source_Bb_W3Gpp_Bstation_OltDiversity.rst Source_Bb_W3Gpp_Bstation_Pindicator.rst Source_Bb_W3Gpp_Bstation_Scode.rst Source_Bb_W3Gpp_Bstation_Scpich.rst Source_Bb_W3Gpp_Bstation_Sscg.rst Source_Bb_W3Gpp_Bstation_State.rst Source_Bb_W3Gpp_Bstation_Tdelay.rst Source_Bb_W3Gpp_Bstation_Tdiversity.rst