Alpha

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:SRS:CNCodebook:POWer:ALPHa
class AlphaCls[source]

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

get(cell_name: str) Alpha[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:CNCodebook:POWer:ALPHa
value: enums.Alpha = driver.configure.signaling.nradio.cell.srs.cnCodebook.power.alpha.get(cell_name = 'abc')

Sets the SRS power control parameter ‘alpha’ for periodic SRS, for the initial BWP.

param cell_name:

No help available

return:

alpha: Axy means x.y.

set(cell_name: str, alpha: Alpha) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:CNCodebook:POWer:ALPHa
driver.configure.signaling.nradio.cell.srs.cnCodebook.power.alpha.set(cell_name = 'abc', alpha = enums.Alpha.A00)

Sets the SRS power control parameter ‘alpha’ for periodic SRS, for the initial BWP.

param cell_name:

No help available

param alpha:

Axy means x.y.