Taps ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: LANE<*>:EQUalization:DFE:TAPS:PRESet .. code-block:: python LANE<*>:EQUalization:DFE:TAPS:PRESet .. autoclass:: rsrtx.Implementations.Lane.Equalization.Dfe.Taps.TapsCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently taps_copy = driver.lane.equalization.dfe.taps.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Lane_Equalization_Dfe_Taps_Count.rst Lane_Equalization_Dfe_Taps_Normalize.rst Lane_Equalization_Dfe_Taps_Tap.rst