Lower

SCPI Command :

[SENSe]:POWer:ACHannel:GAP<gap>:MANual:CHANnel:COUNt:LOWer
class LowerCls[source]

Lower 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:LOWer
value: float = driver.applications.k14Xnr5G.sense.power.achannel.gap.manual.channel.count.lower.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:LOWer
driver.applications.k14Xnr5G.sense.power.achannel.gap.manual.channel.count.lower.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’)