Check

SCPI Command :

CALCulate<n>:LIMit<li>:TRACe<t>:CHECk
class CheckCls[source]

Check commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, limitIx=LimitIx.Default, trace=Trace.Default) bool[source]
# SCPI: 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_.

INTRO_CMD_HELP: 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

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

param trace

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

return

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]
# SCPI: 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_.

INTRO_CMD_HELP: 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

param state

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

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

param trace

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