Count
SCPI Command :
[SENSe]:POWer:ACHannel:TXCHannel:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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.
- Returns:
number: Range: 1 to 18
- set(number: float) None[source]
# [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.
- Parameters:
number – Range: 1 to 18