AmPower

SCPI Command :

[SENSe]:POWer:SEM:CHBS:AMPower
class AmPowerCls[source]

AmPower commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:POWer:SEM:CHBS:AMPower
value: float = driver.applications.k10Xlte.sense.power.sem.chbs.amPower.get()
Defines the aggregated maximum power for home base stations or the Tx power for medium range base stations.

INTRO_CMD_HELP: Prerequisites for this command

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

  • Turn off automatic power determination ([SENSe:]POWer:SEM:CHBS:AMPower:AUTO) .

return

power: numeric value Unit: dBm

set(power: float) None[source]
# SCPI: [SENSe]:POWer:SEM:CHBS:AMPower
driver.applications.k10Xlte.sense.power.sem.chbs.amPower.set(power = 1.0)
Defines the aggregated maximum power for home base stations or the Tx power for medium range base stations.

INTRO_CMD_HELP: Prerequisites for this command

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

  • Turn off automatic power determination ([SENSe:]POWer:SEM:CHBS:AMPower:AUTO) .

param power

numeric value Unit: dBm

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.sense.power.sem.chbs.amPower.clone()

Subgroups