Auto

SCPI Command :

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

Selects how the FSW determines the power of a medium range base station. Prerequisites for this command

  • Select a medium range base station (method RsFsw.applications.k14Xnr5G.sense.power.category.set() ) .

Returns:

state: ON | 1 Automatically determines the Tx power. OFF | 0 Define a Tx power manually with method RsFsw.applications.k14Xnr5G.sense.power.sem.amPower.set() .

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

Selects how the FSW determines the power of a medium range base station. Prerequisites for this command

  • Select a medium range base station (method RsFsw.applications.k14Xnr5G.sense.power.category.set() ) .

Parameters:

state – ON | 1 Automatically determines the Tx power. OFF | 0 Define a Tx power manually with method RsFsw.applications.k14Xnr5G.sense.power.sem.amPower.set() .