Data
SCPI Command :
CALCulate<n>:LIMit<li>:CONTrol[:DATA]
- class DataCls[source]
Data commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, limitIx=LimitIx.Default) List[float] [source]
# SCPI: CALCulate<n>:LIMit<li>:CONTrol[:DATA] value: List[float] = driver.applications.k40PhaseNoise.calculate.limit.control.data.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines the horizontal definition points of a limit line.
- 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
limit_line_points: Variable number of x-axis values. Note that the number of horizontal values has to be the same as the number of vertical values set with method RsFsw.Calculate.Limit.Lower.Data.set or method RsFsw.Calculate.Limit.Upper.Data.set. If not, the FSW either adds missing values or ignores surplus values. The unit is Hz. Unit: HZ
- set(limit_line_points: List[float], window=Window.Default, limitIx=LimitIx.Default) None [source]
# SCPI: CALCulate<n>:LIMit<li>:CONTrol[:DATA] driver.applications.k40PhaseNoise.calculate.limit.control.data.set(limit_line_points = [1.1, 2.2, 3.3], window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines the horizontal definition points of a limit line.
- param limit_line_points
Variable number of x-axis values. Note that the number of horizontal values has to be the same as the number of vertical values set with method RsFsw.Calculate.Limit.Lower.Data.set or method RsFsw.Calculate.Limit.Upper.Data.set. If not, the FSW either adds missing values or ignores surplus values. The unit is Hz. Unit: HZ
- 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’)