Upper
SCPI Command :
[SENSe]:POWer:ACHannel:GAP<gap>:MANual:CHANnel:COUNt:UPPer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sb_gaps: SubBlockGaps, gapChannel=GapChannel.Default) float[source]
# [SENSe]:POWer:ACHannel:GAP<gap>:MANual:CHANnel:COUNt:UPPer value: float = driver.sense.power.achannel.gap.manual.channel.count.upper.get(sb_gaps = enums.SubBlockGaps.AB, gapChannel = repcap.GapChannel.Default)
No help available
- Parameters:
gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
- set(sb_gaps: SubBlockGaps, count: float, gapChannel=GapChannel.Default) None[source]
# [SENSe]:POWer:ACHannel:GAP<gap>:MANual:CHANnel:COUNt:UPPer driver.sense.power.achannel.gap.manual.channel.count.upper.set(sb_gaps = enums.SubBlockGaps.AB, count = 1.0, gapChannel = repcap.GapChannel.Default)
No help available
- Parameters:
gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)