PcAlpha

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SETA:APPower:PCALpha:ADVanced
class PcAlphaCls[source]

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

get_advanced() PathCompAlpha[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETA:APPower:PCALpha:ADVanced
value: enums.PathCompAlpha = driver.configure.uplink.seta.apPower.pcAlpha.get_advanced()

Specifies the value of parameter ‘alpha’, signaled to the UE if advanced UL power configuration applies.

return:

path_comp_alpha: ZERO | DOT4 | DOT5 | DOT6 | DOT7 | DOT8 | DOT9 | ONE ZERO: 0 DOT4 … DOT9: 0.4 … 0.9 ONE: 1.0

set_advanced(path_comp_alpha: PathCompAlpha) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETA:APPower:PCALpha:ADVanced
driver.configure.uplink.seta.apPower.pcAlpha.set_advanced(path_comp_alpha = enums.PathCompAlpha.DOT4)

Specifies the value of parameter ‘alpha’, signaled to the UE if advanced UL power configuration applies.

param path_comp_alpha:

ZERO | DOT4 | DOT5 | DOT6 | DOT7 | DOT8 | DOT9 | ONE ZERO: 0 DOT4 … DOT9: 0.4 … 0.9 ONE: 1.0