RbNumber
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:RBNumber
- class RbNumberCls[source]
RbNumber commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:RBNumber value: int = driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.rbNumber.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)
Sets the number of resource blocks (RB) the bandwidth part (BWP) occupies.
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param bwPartNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bwp’)
- return
dl_bwp_rb_num: integer The number of available RBs depends on the SCS and channel bandwidth. CORESET allocations span always a multiple of 6 resource blocks. Thus, for CORESET allocations the minimum value is 6 and the allowed values are multiple of 6. Range: 1 to 273
- set(dl_bwp_rb_num: int, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:RBNumber driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.rbNumber.set(dl_bwp_rb_num = 1, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)
Sets the number of resource blocks (RB) the bandwidth part (BWP) occupies.
- param dl_bwp_rb_num
integer The number of available RBs depends on the SCS and channel bandwidth. CORESET allocations span always a multiple of 6 resource blocks. Thus, for CORESET allocations the minimum value is 6 and the allowed values are multiple of 6. Range: 1 to 273
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param bwPartNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bwp’)