Relative
SCPI Command :
CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:LOWer:ACLR[:RELative]
- Commands in total: 2Subgroups: 1Direct 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:LOWer:ACLR[:RELative] value: float = driver.calculate.limit.acPower.gap.manual.lower.aclr.relative.get(sb_gaps = enums.SubBlockGaps.AB, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)
Defines the relative limit for the ACLR power in the specified lower gap channel. The reference value for the relative limit is the measured channel power. 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 relative limit for the ACLR power in the specified gap channel. Unit: DB
- 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:LOWer:ACLR[:RELative] driver.calculate.limit.acPower.gap.manual.lower.aclr.relative.set(sb_gaps = enums.SubBlockGaps.AB, limit = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)
Defines the relative limit for the ACLR power in the specified lower gap channel. The reference value for the relative limit is the measured channel power. 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 relative limit for the ACLR power in the specified gap channel. Unit: DB
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
relative_copy = driver.calculate.limit.acPower.gap.manual.lower.aclr.relative.clone()
Subgroups