AmPower

SCPI Command :

[SENSe]:POWer:SEM:CHBS:AMPower
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [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. Prerequisites for this command

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

  • Turn off automatic power determination (method RsFsw.applications.k10Xlte.sense.power.sem.chbs.amPower.auto.set() ) .

Returns:

power: numeric value Unit: dBm

set(power: float) None[source]
# [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. Prerequisites for this command

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

  • Turn off automatic power determination (method RsFsw.applications.k10Xlte.sense.power.sem.chbs.amPower.auto.set() ) .

Parameters:

power – numeric value Unit: dBm

Cloning the Group

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

Subgroups