Rb

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:RB
class RbCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Number_Rb: int: No parameter help available

  • Start_Rb: int: No parameter help available

get(cell_name: str, slot: int) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:RB
value: GetStruct = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.uplink.rb.get(cell_name = 'abc', slot = 1)

Specifies the scheduled RB allocation for the UL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

return:

structure: for return value, see the help for GetStruct structure arguments.

set(cell_name: str, slot: int, number_rb: int, start_rb: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:RB
driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.uplink.rb.set(cell_name = 'abc', slot = 1, number_rb = 1, start_rb = 1)

Specifies the scheduled RB allocation for the UL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

param number_rb:

No help available

param start_rb:

No help available