Relative
SCPI Command :
CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:LOWer[:CACLr][:RELative]
- class RelativeCls[source]
Relative 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:LOWer[:CACLr][:RELative] value: float = driver.calculate.limit.acPower.gap.manual.lower.caclr.relative.get(sb_gaps = enums.SubBlockGaps.AB, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)
Defines the relative limit of the specified lower gap (CACLR) 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 [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 relative limit of the specified gap channel in dB. Unit: DB
- 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:LOWer[:CACLr][:RELative] driver.calculate.limit.acPower.gap.manual.lower.caclr.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 of the specified lower gap (CACLR) 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 [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 relative limit of the specified gap channel in dB. Unit: DB
- 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.calculate.limit.acPower.gap.manual.lower.caclr.relative.clone()
Subgroups