TypePy
SCPI Command :
CALCulate<n>:PNLimit:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) LimitShape[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
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: LimitShape, window=Window.Default) None[source]
# 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.
- Parameters:
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.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)