Auto
SCPI Command :
[SENSe]:POWer:SEM:AMPower:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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.
INTRO_CMD_HELP: Prerequisites for this command
Select a medium range base station ([SENSe:]POWer:CATegory) .
- return
state: ON | 1 Automatically determines the Tx power. OFF | 0 Define a Tx power manually with [SENSe:]POWer:SEM:AMPower.
- set(state: bool) None [source]
# SCPI: [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.
INTRO_CMD_HELP: Prerequisites for this command
Select a medium range base station ([SENSe:]POWer:CATegory) .
- param state
ON | 1 Automatically determines the Tx power. OFF | 0 Define a Tx power manually with [SENSe:]POWer:SEM:AMPower.