Rf ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr8 rc = driver.source.bb.impairment.rf.repcap_path_get() driver.source.bb.impairment.rf.repcap_path_set(repcap.Path.Nr1) .. autoclass:: RsSmbv.Implementations.Source.Bb.Impairment.Rf.RfCls :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.impairment.rf.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Impairment_Rf_Delay.rst Source_Bb_Impairment_Rf_IqRatio.rst Source_Bb_Impairment_Rf_Leakage.rst Source_Bb_Impairment_Rf_Poffset.rst Source_Bb_Impairment_Rf_Quadrature.rst Source_Bb_Impairment_Rf_Skew.rst Source_Bb_Impairment_Rf_State.rst