EaSettings

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:APPower:EASettings
class EaSettingsCls[source]

EaSettings commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(secondaryCompCarrier=SecondaryCompCarrier.Default) bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:APPower:EASettings
value: bool = driver.configure.uplink.scc.apPower.eaSettings.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

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 secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

enable: OFF | ON

set(enable: bool, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:APPower:EASettings
driver.configure.uplink.scc.apPower.eaSettings.set(enable = False, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

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

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)