Check

SCPI Command :

CALCulate<n>:LIMit<li>:TRACe<t>:CHECk
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default, trace=Trace.Default) bool[source]
# CALCulate<n>:LIMit<li>:TRACe<t>:CHECk
value: bool = driver.calculate.limit.trace.check.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, trace = repcap.Trace.Default)

Turns the limit check for a specific trace on and off. To query the limit check result, use method RsFsw.calculate.limit.fail.get() . Note that this command replaces the two commands from previous signal and spectrum analyzers (which are still supported, however) :

  • CALCulate<n>:LIMit:TRACe<t>

  • method RsFsw.calculate.limit.state.set()

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

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool, window=Window.Default, limitIx=LimitIx.Default, trace=Trace.Default) None[source]
# CALCulate<n>:LIMit<li>:TRACe<t>:CHECk
driver.calculate.limit.trace.check.set(state = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, trace = repcap.Trace.Default)

Turns the limit check for a specific trace on and off. To query the limit check result, use method RsFsw.calculate.limit.fail.get() . Note that this command replaces the two commands from previous signal and spectrum analyzers (which are still supported, however) :

  • CALCulate<n>:LIMit:TRACe<t>

  • method RsFsw.calculate.limit.state.set()

Parameters:
  • state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

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

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)