ApPower

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SETC:APPower:EASettings
class ApPowerCls[source]

ApPower commands group definition. 6 total commands, 5 Subgroups, 1 group commands

get_ea_settings() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETC:APPower:EASettings
value: bool = driver.configure.uplink.setc.apPower.get_ea_settings()

Enables or disables advanced configuration of the PRACH and open loop power settings via the other CONFigure:LTE:SIGN:UL:PCC/SCC<c>:APPower:… commands.

return:

enable: OFF | ON

set_ea_settings(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETC:APPower:EASettings
driver.configure.uplink.setc.apPower.set_ea_settings(enable = False)

Enables or disables advanced configuration of the PRACH and open loop power settings via the other CONFigure:LTE:SIGN:UL:PCC/SCC<c>:APPower:… commands.

param enable:

OFF | ON

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.uplink.setc.apPower.clone()

Subgroups