Frequency ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: LANE<*>:EQUalization:CTLE:ZERO:FREQuency<*> .. code-block:: python LANE<*>:EQUalization:CTLE:ZERO:FREQuency<*> .. autoclass:: rsrtx.Implementations.Lane.Equalization.Ctle.Zero.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.zero.frequency.clone()