Slope<LimitSegment>

RepCap Settings

# 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)

SCPI Command :

CALCulate<n>:PNLimit:SLOPe<res>
class SlopeCls[source]

Slope commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: LimitSegment, default value after init: LimitSegment.Nr1

get(window=Window.Default, limitSegment=LimitSegment.Default) float[source]
# SCPI: 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.

param window

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

param limitSegment

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

return

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]
# SCPI: 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.

param slope

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

param window

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

param limitSegment

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

Cloning the Group

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