RbNumber

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:RBNumber
class RbNumberCls[source]

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

get(cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:RBNumber
value: int = driver.source.bb.nr5G.node.cell.prs.rset.rbNumber.get(cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default)

Sets the number of resource blocks (RBs) for all resources in the resource set in multiples of 4 RBs.

param cellNull

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

param resourceSetNull

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

return

prs_rs_num_rb: integer Range: 24 to 272

set(prs_rs_num_rb: int, cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:RBNumber
driver.source.bb.nr5G.node.cell.prs.rset.rbNumber.set(prs_rs_num_rb = 1, cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default)

Sets the number of resource blocks (RBs) for all resources in the resource set in multiples of 4 RBs.

param prs_rs_num_rb

integer Range: 24 to 272

param cellNull

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

param resourceSetNull

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