Threshold
SCPI Command :
CALCulate<n>:LIMit<li>:UPPer:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) float[source]
# 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.
- 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’)
- set(threshold: float, window=Window.Default, limitIx=LimitIx.Default) None[source]
# 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.
- 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’)