Upper

SCPI Command :

[SENSe]:POWer:ACHannel:GAP<gap>:MANual:CHANnel:COUNt:UPPer
class UpperCls[source]

Upper commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(sb_gaps: RsFsw.enums.SubBlockGaps, gapChannel=GapChannel.Default) float[source]
# SCPI: [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 command help available

param sb_gaps

No help available

param gapChannel

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)

return

count: No help available

set(sb_gaps: RsFsw.enums.SubBlockGaps, count: float, gapChannel=GapChannel.Default) None[source]
# SCPI: [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 command help available

param sb_gaps

No help available

param count

No help available

param gapChannel

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)