Lower

SCPI Command :

[SENSe]:POWer:ACHannel:GAP<gap>:MANual:CHANnel:COUNt:LOWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(sb_gaps: SubBlockGaps, gapChannel=GapChannel.Default) float[source]
# [SENSe]:POWer:ACHannel:GAP<gap>:MANual:CHANnel:COUNt:LOWer
value: float = driver.sense.power.achannel.gap.manual.channel.count.lower.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:LOWer
driver.sense.power.achannel.gap.manual.channel.count.lower.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’)