State

SCPI Command :

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

Turns the limit check for ACLR measurements on and off. In addition, limits must be defined and activated individually for each channel (see method RsFsw.calculate.limit.acPower.achannel.relative.state.set() , method RsFsw.calculate.limit.acPower.alternate.relative.state.set() , method RsFsw.calculate.limit.acPower.gap.auto.absolute.state.set() , method RsFsw.calculate.limit.acPower.gap.auto.aclr.relative.state.set() and method RsFsw.calculate.limit.acPower.gap.auto.caclr.relative.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’)

Returns:

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:ACPower[:STATe]
driver.applications.k91Wlan.calculate.limit.acPower.state.set(state = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Turns the limit check for ACLR measurements on and off. In addition, limits must be defined and activated individually for each channel (see method RsFsw.calculate.limit.acPower.achannel.relative.state.set() , method RsFsw.calculate.limit.acPower.alternate.relative.state.set() , method RsFsw.calculate.limit.acPower.gap.auto.absolute.state.set() , method RsFsw.calculate.limit.acPower.gap.auto.aclr.relative.state.set() and method RsFsw.calculate.limit.acPower.gap.auto.caclr.relative.state.set() ) .

Parameters:
  • state – ON | OFF | 1 | 0

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