Absolute

SCPI Command :

CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:UPPer:ABSolute
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(sb_gaps: SubBlockGaps, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) float[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:UPPer:ABSolute
value: float = driver.applications.k14Xnr5G.calculate.limit.acPower.gap.manual.upper.absolute.get(sb_gaps = enums.SubBlockGaps.AB, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)

Defines the absolute limit of the specified upper gap (CACLR) channel. If you define both an absolute limit and a relative limit, the FSW uses the lower value for the limit check. Is only available for for asymmetrical (manual) configuration of gap channels (see method RsFsw.sense.power.achannel.gap.mode.set() ) .

Parameters:
  • sb_gaps – AB | BC | CD | DE | EF | FG | GH Name of the gap, defined by the letters of the surrounding sub blocks (e.g. ‘AB’ for the gap between sub blocks A and B) .

  • 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:

limit: Defines the absolute limit of the specified gap channel. Unit: dBm

set(sb_gaps: SubBlockGaps, limit: float, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) None[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:UPPer:ABSolute
driver.applications.k14Xnr5G.calculate.limit.acPower.gap.manual.upper.absolute.set(sb_gaps = enums.SubBlockGaps.AB, limit = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)

Defines the absolute limit of the specified upper gap (CACLR) channel. If you define both an absolute limit and a relative limit, the FSW uses the lower value for the limit check. Is only available for for asymmetrical (manual) configuration of gap channels (see method RsFsw.sense.power.achannel.gap.mode.set() ) .

Parameters:
  • sb_gaps – AB | BC | CD | DE | EF | FG | GH Name of the gap, defined by the letters of the surrounding sub blocks (e.g. ‘AB’ for the gap between sub blocks A and B) .

  • limit – Defines the absolute limit of the specified gap channel. Unit: dBm

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

Cloning the Group

# Create a copy of the original group, that exists independently
absolute_copy = driver.applications.k14Xnr5G.calculate.limit.acPower.gap.manual.upper.absolute.clone()

Subgroups