Alevel

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL: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:SPS:UL:ALEVel
value: enums.Level = driver.configure.signaling.nradio.cell.ueScheduling.sps.uplink.alevel.get(cell_name = 'abc')

Configures the aggregation level for UL configured grant, for the initial BWP.

param cell_name:

No help available

return:

alevel: No help available

set(cell_name: str, alevel: Level) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:ALEVel
driver.configure.signaling.nradio.cell.ueScheduling.sps.uplink.alevel.set(cell_name = 'abc', alevel = enums.Level.AL1)

Configures the aggregation level for UL configured grant, for the initial BWP.

param cell_name:

No help available

param alevel:

No help available