Slope<LimitSegment>

SCPI Command :

CALCulate<n>:PNLimit:SLOPe<res>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr16

driver.applications.k40PhaseNoise.calculate.pnLimit.slope.repcap_limitSegment_set(repcap.LimitSegment.Nr1)
get(window=Window.Default, limitSegment=LimitSegment.Default) float[source]
# CALCulate<n>:PNLimit:SLOPe<res>
value: float = driver.applications.k40PhaseNoise.calculate.pnLimit.slope.get(window = repcap.Window.Default, limitSegment = repcap.LimitSegment.Default)

Defines the slope for a phase noise limit line segment.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • limitSegment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Slope’)

Returns:

slope: Level distance from the left border of the limit line segment to the previous one. Unit: dB

set(slope: float, window=Window.Default, limitSegment=LimitSegment.Default) None[source]
# CALCulate<n>:PNLimit:SLOPe<res>
driver.applications.k40PhaseNoise.calculate.pnLimit.slope.set(slope = 1.0, window = repcap.Window.Default, limitSegment = repcap.LimitSegment.Default)

Defines the slope for a phase noise limit line segment.

Parameters:
  • slope – Level distance from the left border of the limit line segment to the previous one. Unit: dB

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • limitSegment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Slope’)

Cloning the Group

# Create a copy of the original group, that exists independently
slope_copy = driver.applications.k40PhaseNoise.calculate.pnLimit.slope.clone()