State

SCPI Command :

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

Turns the absolute limit check for the specified gap (CACLR) channel 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’)

  • gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)

Returns:

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) None[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>[:AUTO]:ABSolute:STATe
driver.calculate.limit.acPower.gap.auto.absolute.state.set(state = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)

Turns the absolute limit check for the specified gap (CACLR) channel 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:
  • 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’)

  • gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)