RbStart
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:RBSTart
- class RbStartCls[source]
RbStart 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>:RBSTart value: int = driver.source.bb.nr5G.node.cell.prs.rset.rbStart.get(cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default)
Sets the starting RB index of the resource set with respect to the reference point A. The point A is defined as the absolute frequency of the reference resource block.
- 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_rsrb_start: integer Range: 0 to 2176
- set(prs_rsrb_start: int, cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:RBSTart driver.source.bb.nr5G.node.cell.prs.rset.rbStart.set(prs_rsrb_start = 1, cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default)
Sets the starting RB index of the resource set with respect to the reference point A. The point A is defined as the absolute frequency of the reference resource block.
- param prs_rsrb_start
integer Range: 0 to 2176
- 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’)