Frequency ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: LANE<*>:EQUalization:CTLE:POLE:FREQuency<*> .. code-block:: python LANE<*>:EQUalization:CTLE:POLE:FREQuency<*> .. autoclass:: rsrtx.Implementations.Lane.Equalization.Ctle.Pole.Frequency.FrequencyCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently frequency_copy = driver.lane.equalization.ctle.pole.frequency.clone()