Absolute
SCPI Command :
CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:UPPer:ABSolute
- class AbsoluteCls[source]
Absolute commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(sb_gaps: RsFsw.enums.SubBlockGaps, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) float [source]
# SCPI: 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 [SENSe:]POWer:ACHannel:GAP<gap>:MODE) .
- param 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) .
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param limitIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- param gapChannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
- return
limit: Defines the absolute limit of the specified gap channel. Unit: dBm
- set(sb_gaps: RsFsw.enums.SubBlockGaps, limit: float, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) None [source]
# SCPI: 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 [SENSe:]POWer:ACHannel:GAP<gap>:MODE) .
- param 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) .
- param limit
Defines the absolute limit of the specified gap channel. Unit: dBm
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param limitIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- param gapChannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.calculate.limit.acPower.gap.manual.upper.absolute.clone()
Subgroups