Threshold
SCPI Command :
CALCulate<n>:LIMit<li>:UPPer:THReshold
- class ThresholdCls[source]
Threshold commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, limitIx=LimitIx.Default) float [source]
# SCPI: CALCulate<n>:LIMit<li>:UPPer:THReshold value: float = driver.applications.k14Xnr5G.calculate.limit.upper.threshold.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines an absolute limit for limit lines with a relative scale. The FSW uses the threshold for the limit check, if the limit line violates the threshold.
- 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
threshold: No help available
- set(threshold: float, window=Window.Default, limitIx=LimitIx.Default) None [source]
# SCPI: CALCulate<n>:LIMit<li>:UPPer:THReshold driver.applications.k14Xnr5G.calculate.limit.upper.threshold.set(threshold = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines an absolute limit for limit lines with a relative scale. The FSW uses the threshold for the limit check, if the limit line violates the threshold.
- param threshold
No help available
- 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’)