TypePy
SCPI Command :
CALCulate<n>:LIMit<li>:TYPE
- class TypePyCls[source]
TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, limitIx=LimitIx.Default) RsFsw.enums.NoiseFigureLimit [source]
# SCPI: 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param limitIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- return
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: RsFsw.enums.NoiseFigureLimit, window=Window.Default, limitIx=LimitIx.Default) None [source]
# SCPI: 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.
- param 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param limitIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)