Upper

SCPI Commands

SENSe:POWer:ACHannel:GCHannel:STATe:GAP<GapChannel>:MANual:UPPer
class UpperCls[source]

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

get(sb_gaps: SubBlockGaps, gapChannel=GapChannel.Default) bool[source]
# SCPI: [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)

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

state: No help available

set(sb_gaps: SubBlockGaps, state: bool, gapChannel=GapChannel.Default) None[source]
# SCPI: [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)

No command help available

param sb_gaps

No help available

param state

No help available

param gapChannel

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