RbOffset
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:RBOFfset
- class RbOffsetCls[source]
RbOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default, indexNull=IndexNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:RBOFfset value: int = driver.source.bb.nr5G.node.cell.sspbch.rbOffset.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)
Sets the start resource block of the selected allocation as offset to the start of usable RBs that apply for the current numerology.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sspbch’)
- return
rb_offset: integer Range: 0 to 126
- set(rb_offset: int, cellNull=CellNull.Default, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:RBOFfset driver.source.bb.nr5G.node.cell.sspbch.rbOffset.set(rb_offset = 1, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)
Sets the start resource block of the selected allocation as offset to the start of usable RBs that apply for the current numerology.
- param rb_offset
integer Range: 0 to 126
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sspbch’)