State

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:ALTernate<ch>:ABSolute:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class State[source]

Response structure. Fields:

  • 1 State_Lower: bool: No parameter help available

  • 2 State_Upper: bool: No parameter help available

get(window=Window.Default, limitIx=LimitIx.Default, channel=Channel.Default) State[source]
# CALCulate<n>:LIMit<li>:ACPower:ALTernate<ch>:ABSolute:STATe
value: State = driver.applications.k91Wlan.calculate.limit.acPower.alternate.absolute.state.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, channel = repcap.Channel.Default)

This command turns the absolute limit check for the alternate channels on and off. You have to activate the general ACLR limit check before using this command with method RsFsw.calculate.limit.acPower.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’)

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Alternate’)

Returns:

structure: for return value, see the help for State structure arguments.

set(state_lower: bool, state_upper: bool = None, window=Window.Default, limitIx=LimitIx.Default, channel=Channel.Default) None[source]
# CALCulate<n>:LIMit<li>:ACPower:ALTernate<ch>:ABSolute:STATe
driver.applications.k91Wlan.calculate.limit.acPower.alternate.absolute.state.set(state_lower = False, state_upper = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, channel = repcap.Channel.Default)

This command turns the absolute limit check for the alternate channels on and off. You have to activate the general ACLR limit check before using this command with method RsFsw.calculate.limit.acPower.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’)

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Alternate’)