Slope ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr16 rc = driver.applications.k40PhaseNoise.calculate.pnLimit.slope.repcap_limitSegment_get() driver.applications.k40PhaseNoise.calculate.pnLimit.slope.repcap_limitSegment_set(repcap.LimitSegment.Nr1) .. rubric:: SCPI Command : .. index:: single: CALCulate:PNLimit:SLOPe .. code-block:: python CALCulate:PNLimit:SLOPe .. autoclass:: RsFsw.Implementations.Applications.K40_PhaseNoise.Calculate.PnLimit.Slope.SlopeCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.applications.k40PhaseNoise.calculate.pnLimit.slope.clone()