Rb

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL: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) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UL:RB
value: GetStruct = driver.configure.signaling.nradio.cell.uplink.rb.get(cell_name = 'abc')

Defines the uplink of the initial BWP in the frequency domain as a contiguous set of RBs, within the carrier bandwidth.

param cell_name:

No help available

return:

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

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

Defines the uplink of the initial BWP in the frequency domain as a contiguous set of RBs, within the carrier bandwidth.

param cell_name:

No help available

param number_rb:

No help available

param start_rb:

No help available