Absolute

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:ACLR:RESult:ABSolute
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

  • 1 Lower_Gap_Ab: float: No parameter help available

  • 2 Upper_Gap_Ab: float: No parameter help available

  • 3 Lower_Gap_Bc: float: No parameter help available

  • 4 Upper_Gap_Bc: float: No parameter help available

  • 5 Lower_Gap_Cd: float: No parameter help available

  • 6 Upper_Gap_Cd: float: No parameter help available

  • 7 Lower_Gap_De: float: No parameter help available

  • 8 Upper_Gap_De: float: No parameter help available

get(window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) GetStruct[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:ACLR:RESult:ABSolute
value: GetStruct = driver.calculate.limit.acPower.gap.aclr.result.absolute.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)

Queries the absolute power limit check results for the gap channels (MC ACLR measurements) . Prerequisites for this command

  • Select absolute limit check mode evaluation mode ACLR: method RsFsw.calculate.limit.acPower.pmode.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:

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