SubChannel ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr16 rc = driver.source.bb.gsm.frame.slot.subChannel.repcap_subchannel_get() driver.source.bb.gsm.frame.slot.subChannel.repcap_subchannel_set(repcap.Subchannel.Nr1) .. autoclass:: RsSmbv.Implementations.Source.Bb.Gsm.Frame.Slot.SubChannel.SubChannelCls :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.gsm.frame.slot.subChannel.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Gsm_Frame_Slot_SubChannel_User.rst