Data
SCPI Command :
CALCulate<n>:LIMit<li>:CONTrol[:DATA]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) List[float][source]
# 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.
- 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 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 methodRsFsw.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]
# 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.
- Parameters:
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 methodRsFsw.calculate.limit.upper.data.set(). If not, the FSW either adds missing values or ignores surplus values. The unit is Hz. Unit: HZwindow – 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’)