State
SCPI Command :
CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:LOWer[:CACLr][:RELative]:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(sb_gaps: RsFsw.enums.SubBlockGaps, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) bool [source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:LOWer[:CACLr][:RELative]:STATe value: bool = driver.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 [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
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(sb_gaps: RsFsw.enums.SubBlockGaps, state: bool, window=Window.Default, limitIx=LimitIx.Default, gapChannel=GapChannel.Default) None [source]
# SCPI: CALCulate<n>:LIMit<li>:ACPower:GAP<gap>:MANual:LOWer[:CACLr][:RELative]:STATe driver.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 [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 state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- 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’)