Threshold

SCPI Command :

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

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:

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]
# CALCulate<n>:LIMit<li>:LOWer:THReshold
driver.applications.k14Xnr5G.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.

Parameters:
  • threshold – 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’)