Threshold

SCPI Command :

CALCulate<n>:LIMit<li>:LOWer: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>:LOWer:THReshold
value: float = driver.calculate.limit.lower.threshold.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Defines a threshold for relative limit lines. 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: Numeric value. The unit depends on method RsFsw.Calculate.Limit.Unit.set. Unit: DBM

set(threshold: float, window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:LOWer:THReshold
driver.calculate.limit.lower.threshold.set(threshold = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Defines a threshold for relative limit lines. The FSW uses the threshold for the limit check, if the limit line violates the threshold.

param threshold

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’)