Mpdu ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr64 rc = driver.source.bb.wlnn.fblock.user.mpdu.repcap_macPdu_get() driver.source.bb.wlnn.fblock.user.mpdu.repcap_macPdu_set(repcap.MacPdu.Nr1) .. autoclass:: RsSmbv.Implementations.Source.Bb.Wlnn.Fblock.User.Mpdu.MpduCls :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.wlnn.fblock.user.mpdu.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Wlnn_Fblock_User_Mpdu_Count.rst Source_Bb_Wlnn_Fblock_User_Mpdu_Data.rst