Threshold

SCPI Command :

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

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

Returns:

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

Parameters:
  • limit – Numeric value. The unit depends on method RsFsw.calculate.limit.unit.set() . Unit: dBm

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