Auto

SCPI Command :

[SENSe]:POWer:SEM:CHBS:AMPower:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:POWer:SEM:CHBS:AMPower:AUTO
value: bool = driver.applications.k10Xlte.sense.power.sem.chbs.amPower.auto.get()

Turn automatic detection of the TX channel power on and off. Prerequisites for this command

  • Select medium range base stations (method RsFsw.applications.k10Xlte.sense.power.sem.category.set() ) .

When you turn off automatic detection, you can define the TX channel power manually with method RsFsw.applications.k10Xlte.sense.power.sem.chbs.amPower.set() .

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe]:POWer:SEM:CHBS:AMPower:AUTO
driver.applications.k10Xlte.sense.power.sem.chbs.amPower.auto.set(state = False)

Turn automatic detection of the TX channel power on and off. Prerequisites for this command

  • Select medium range base stations (method RsFsw.applications.k10Xlte.sense.power.sem.category.set() ) .

When you turn off automatic detection, you can define the TX channel power manually with method RsFsw.applications.k10Xlte.sense.power.sem.chbs.amPower.set() .

Parameters:

state – ON | OFF | 1 | 0