TypePy
SCPI Command :
CALCulate<n>:LIMit<li>:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) NoiseFigureLimit[source]
# CALCulate<n>:LIMit<li>:TYPE value: enums.NoiseFigureLimit = driver.applications.k30NoiseFigure.calculate.limit.typePy.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Configures a limit line for a particular result type.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- Returns:
result: NOISe | GAIN | TEMPerature | YFACtor | ENR | PHOT | PCOLd GAIN Assigns the limit line to ‘Gain’ reuslts. NOISe Assigns the limit line to ‘Noise Figure’ results. PCOLd Assigns the limit line to ‘Level (cold) ‘ results. PHOT Assigns the limit line to ‘Level (hot) ‘ results. TEMPerature Assigns the limit line to ‘Temperature’ results. YFACtor Assigns the limit line to ‘Y-Factor’ results.
- set(result: NoiseFigureLimit, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:TYPE driver.applications.k30NoiseFigure.calculate.limit.typePy.set(result = enums.NoiseFigureLimit.ENR, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Configures a limit line for a particular result type.
- Parameters:
result – NOISe | GAIN | TEMPerature | YFACtor | ENR | PHOT | PCOLd GAIN Assigns the limit line to ‘Gain’ reuslts. NOISe Assigns the limit line to ‘Noise Figure’ results. PCOLd Assigns the limit line to ‘Level (cold) ‘ results. PHOT Assigns the limit line to ‘Level (hot) ‘ results. TEMPerature Assigns the limit line to ‘Temperature’ results. YFACtor Assigns the limit line to ‘Y-Factor’ results.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)