Count

SCPI Command :

[SENSe]:POWer:ACHannel:TXCHannel:COUNt
class CountCls[source]

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

get() float[source]
# SCPI: [SENSe]:POWer:ACHannel:TXCHannel:COUNt
value: float = driver.sense.power.achannel.txChannel.count.get()

Defines the number of transmission channels. The command works for measurements in the frequency domain.

return

number: Range: 1 to 18

set(number: float) None[source]
# SCPI: [SENSe]:POWer:ACHannel:TXCHannel:COUNt
driver.sense.power.achannel.txChannel.count.set(number = 1.0)

Defines the number of transmission channels. The command works for measurements in the frequency domain.

param number

Range: 1 to 18