Alevel
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined: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:UDEFined:UL:ALEVel value: enums.Level = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.uplink.alevel.get(cell_name = 'abc')
Specifies the aggregation level for the UL, 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:UL:ALEVel driver.configure.signaling.nradio.cell.ueScheduling.userDefined.uplink.alevel.set(cell_name = 'abc', level = enums.Level.AL1)
Specifies the aggregation level for the UL, for the initial BWP.
- param cell_name:
No help available
- param level:
No help available