Upper
SCPI Command :
[SENSe]:POWer:ACHannel:GCHannel[:STATe]:GAP<gap>:MANual:UPPer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sb_gaps: SubBlockGaps, gapChannel=GapChannel.Default) bool[source]
# [SENSe]:POWer:ACHannel:GCHannel[:STATe]:GAP<gap>:MANual:UPPer value: bool = driver.sense.power.achannel.gchannel.state.gap.manual.upper.get(sb_gaps = enums.SubBlockGaps.AB, gapChannel = repcap.GapChannel.Default)
Defines which upper gap channels are active in the specified gap. 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) .
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, gapChannel=GapChannel.Default) None[source]
# [SENSe]:POWer:ACHannel:GCHannel[:STATe]:GAP<gap>:MANual:UPPer driver.sense.power.achannel.gchannel.state.gap.manual.upper.set(sb_gaps = enums.SubBlockGaps.AB, state = False, gapChannel = repcap.GapChannel.Default)
Defines which upper gap channels are active in the specified gap. 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) .
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)