Auto

SCPI Command :

[SENSe]:POWer:SEM:CHBS:AMPower:AUTO
class AutoCls[source]

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

get() bool[source]
# SCPI: [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.

INTRO_CMD_HELP: Prerequisites for this command

  • Select medium range base stations ([SENSe:]POWer:SEM:CATegory) .

When you turn off automatic detection, you can define the TX channel power manually with [SENSe:]POWer:SEM:CHBS:AMPower.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [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.

INTRO_CMD_HELP: Prerequisites for this command

  • Select medium range base stations ([SENSe:]POWer:SEM:CATegory) .

When you turn off automatic detection, you can define the TX channel power manually with [SENSe:]POWer:SEM:CHBS:AMPower.

param state

ON | OFF | 1 | 0