State
SCPI Command :
CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:LOWer[:CACLr][:RELative]:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sb_gaps: SubBlockGaps, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) bool[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:LOWer[:CACLr][:RELative]:STATe value: bool = driver.applications.k14Xnr5G.calculate.limit.acPower.gap.manual.lower.caclr.relative.state.get(sb_gaps = enums.SubBlockGaps.AB, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)
Turns the relative limit check for the specified lower gap (CACLR) channel on and off. You have to activate the general ACLR limit check before using this command with method
RsFsw.calculate.limit.acPower.state.set(). Is only available for for asymmetrical (manual) configuration of gap channels (see methodRsFsw.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:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(sb_gaps: SubBlockGaps, state: bool, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) None[source]
# CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:LOWer[:CACLr][:RELative]:STATe driver.applications.k14Xnr5G.calculate.limit.acPower.gap.manual.lower.caclr.relative.state.set(sb_gaps = enums.SubBlockGaps.AB, state = False, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, gapChannel = repcap.GapChannel.Default)
Turns the relative limit check for the specified lower gap (CACLR) channel on and off. You have to activate the general ACLR limit check before using this command with method
RsFsw.calculate.limit.acPower.state.set(). Is only available for for asymmetrical (manual) configuration of gap channels (see methodRsFsw.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) .
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
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’)