Alevel

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:DL:ALEVel
class AlevelCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) Level[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:DL:ALEVel
value: enums.Level = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.downlink.alevel.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Specifies the aggregation level for the DL, for BWP <bb>.

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

return:

level: No help available

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

Specifies the aggregation level for the DL, for BWP <bb>.

param cell_name:

No help available

param level:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)