Alevel

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:DL:ALEVel
class AlevelCls[source]

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

get(cell_name: str) Level[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:DL:ALEVel
value: enums.Level = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.downlink.alevel.get(cell_name = 'abc')

Specifies the aggregation level for the DL, for the initial BWP.

param cell_name:

No help available

return:

level: No help available

set(cell_name: str, level: Level) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:DL:ALEVel
driver.configure.signaling.nradio.cell.ueScheduling.userDefined.downlink.alevel.set(cell_name = 'abc', level = enums.Level.AL1)

Specifies the aggregation level for the DL, for the initial BWP.

param cell_name:

No help available

param level:

No help available