Count

SCPI Commands

SENSe:POWer:ACHannel:SBLock<SubBlock>:TXCHannel:COUNt
class CountCls[source]

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

get(subBlock=SubBlock.Default) float[source]
# SCPI: [SENSe]:POWer:ACHannel:SBLock<sb>:TXCHannel:COUNt
value: float = driver.sense.power.achannel.sblock.txChannel.count.get(subBlock = repcap.SubBlock.Default)

No command help available

param subBlock

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

return

number: No help available

set(number: float, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:POWer:ACHannel:SBLock<sb>:TXCHannel:COUNt
driver.sense.power.achannel.sblock.txChannel.count.set(number = 1.0, subBlock = repcap.SubBlock.Default)

No command help available

param number

No help available

param subBlock

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