NsubChannels
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:SL:BWP<BWP(DIR0)>:RESPool:RES:NSUBchannels
- class NsubChannelsCls[source]
NsubChannels 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)>:SL:BWP<BWP(DIR0)>:RESPool:RES:NSUBchannels value: int = driver.source.bb.nr5G.ubwp.user.cell.sl.bwp.resPool.res.nsubChannels.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)
Defines the number of subchannels in the resource pool.
- 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
sub_channels: integer The available number of subchannels depends on the number of PRBs the resource pool uses ([:SOURcehw]:BB:NR5G:UBWP:USERus:CELLcc:SL:BWPbwp:RESPool:RESgr0:NPRB) and the size of a subchannel ([:SOURcehw]:BB:NR5G:UBWP:USERus:CELLcc:SL:BWPbwp:RESPool:RESgr0:SCHSize) . Range: 1 to 27
- set(sub_channels: int, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:SL:BWP<BWP(DIR0)>:RESPool:RES:NSUBchannels driver.source.bb.nr5G.ubwp.user.cell.sl.bwp.resPool.res.nsubChannels.set(sub_channels = 1, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)
Defines the number of subchannels in the resource pool.
- param sub_channels
integer The available number of subchannels depends on the number of PRBs the resource pool uses ([:SOURcehw]:BB:NR5G:UBWP:USERus:CELLcc:SL:BWPbwp:RESPool:RESgr0:NPRB) and the size of a subchannel ([:SOURcehw]:BB:NR5G:UBWP:USERus:CELLcc:SL:BWPbwp:RESPool:RESgr0:SCHSize) . Range: 1 to 27
- 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’)