Data
SCPI Command :
CALCulate<n>:LIMit<li>:UPPer[: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>:UPPer[:DATA] value: List[float] = driver.calculate.limit.upper.data.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines the vertical definition points of an upper 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 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. The unit depends on method RsFsw.Calculate.Limit.Unit.set. Unit: DBM
- set(limit_line_points: List[float], window=Window.Default, limitIx=LimitIx.Default) None [source]
# SCPI: CALCulate<n>:LIMit<li>:UPPer[:DATA] driver.calculate.limit.upper.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 an upper limit line.
- param 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. The unit depends on method RsFsw.Calculate.Limit.Unit.set. Unit: DBM
- 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’)