TypePy

SCPI Command :

CALCulate<n>:PNLimit:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) RsFsw.enums.LimitShape[source]
# SCPI: CALCulate<n>:PNLimit:TYPE
value: enums.LimitShape = driver.applications.k40PhaseNoise.calculate.pnLimit.typePy.get(window = repcap.Window.Default)

Selects the shape of a phase noise limit line.

param window

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

return

shape: NONE | FC1 | FC2 | FC3 | FC4 | FC5 FC1 Limit line defined by the noise floor and 1 corner frequency. FC2 Limit line defined by the noise floor and 2 corner frequencies. FC3 Limit line defined by the noise floor and 3 corner frequencies. FC4 Limit line defined by the noise floor and 4 corner frequencies. FC5 Limit line defined by the noise floor and 5 corner frequencies. NONE No limit line.

set(shape: RsFsw.enums.LimitShape, window=Window.Default) None[source]
# SCPI: CALCulate<n>:PNLimit:TYPE
driver.applications.k40PhaseNoise.calculate.pnLimit.typePy.set(shape = enums.LimitShape.FC1, window = repcap.Window.Default)

Selects the shape of a phase noise limit line.

param shape

NONE | FC1 | FC2 | FC3 | FC4 | FC5 FC1 Limit line defined by the noise floor and 1 corner frequency. FC2 Limit line defined by the noise floor and 2 corner frequencies. FC3 Limit line defined by the noise floor and 3 corner frequencies. FC4 Limit line defined by the noise floor and 4 corner frequencies. FC5 Limit line defined by the noise floor and 5 corner frequencies. NONE No limit line.

param window

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