State

SCPI Command :

CALCulate<n>:LIMit<li>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default) bool[source]
# CALCulate<n>:LIMit<li>:STATe
value: bool = driver.applications.k40PhaseNoise.calculate.limit.state.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Turns the limit check for a specific limit line on and off. To query the limit check result, use method RsFsw.calculate.limit.fail.get() . Note that a new command exists to activate the limit check and define the trace to be checked in one step (see method RsFsw.calculate.limit.trace.check.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’)

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) None[source]
# CALCulate<n>:LIMit<li>:STATe
driver.applications.k40PhaseNoise.calculate.limit.state.set(state = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Turns the limit check for a specific limit line on and off. To query the limit check result, use method RsFsw.calculate.limit.fail.get() . Note that a new command exists to activate the limit check and define the trace to be checked in one step (see method RsFsw.calculate.limit.trace.check.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’)