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.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

limit: Numeric value. The unit depends on method RsFsw.Calculate.Limit.Unit.set. Unit: dBm

set(limit: float, window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:UPPer:THReshold
driver.calculate.limit.upper.threshold.set(limit = 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 limit

Numeric value. 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’)