Count

SCPI Command :

[SENSe]:POWer:ACHannel:TXCHannel:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:POWer:ACHannel:TXCHannel:COUNt
value: float = driver.applications.k10Xlte.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.applications.k10Xlte.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