Data
SCPI Command :
CALCulate<n>:LIMit<li>:LOWer[:DATA]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) List[float][source]
# CALCulate<n>:LIMit<li>:LOWer[:DATA] value: List[float] = driver.applications.k40PhaseNoise.calculate.limit.lower.data.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines the vertical definition points of a lower limit line.
- 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:
limit_line_points: Variable number of level values. Note that the number of vertical values has to be the same as the number of horizontal values set with method
RsFsw.calculate.limit.control.data.set(). If not, the FSW either adds missing values or ignores surplus values. Unit: DBM
- set(limit_line_points: List[float], window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:LOWer[:DATA] driver.applications.k40PhaseNoise.calculate.limit.lower.data.set(limit_line_points = [1.1, 2.2, 3.3], window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines the vertical definition points of a lower limit line.
- Parameters:
limit_line_points – Variable number of level values. Note that the number of vertical values has to be the same as the number of horizontal values set with method
RsFsw.calculate.limit.control.data.set(). If not, the FSW either adds missing values or ignores surplus values. Unit: DBMwindow – 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’)