RxuSegments ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr48 rc = driver.source.bb.arbitrary.ethernet.statistics.rxuSegments.repcap_userIx_get() driver.source.bb.arbitrary.ethernet.statistics.rxuSegments.repcap_userIx_set(repcap.UserIx.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:ARBitrary:ETHernet:STATistics:RXUSegments .. code-block:: python [SOURce]:BB:ARBitrary:ETHernet:STATistics:RXUSegments .. autoclass:: RsSmw.Implementations.Source.Bb.Arbitrary.Ethernet.Statistics.RxuSegments.RxuSegmentsCls :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.arbitrary.ethernet.statistics.rxuSegments.clone()