VpMapping

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:DL:VPMapping
class VpMappingCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) MappingI[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:DL:VPMapping
value: enums.MappingI = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.downlink.vpMapping.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Selects whether interleaved or non-interleaved virtual RB to physical RB mapping is applied to the PDSCH, for BWP <bb>.

param cell_name:

No help available

param bwParts:

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

return:

mapping: Interleaved or non-interleaved

set(cell_name: str, mapping: MappingI, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:DL:VPMapping
driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.downlink.vpMapping.set(cell_name = 'abc', mapping = enums.MappingI.INT, bwParts = repcap.BwParts.Default)

Selects whether interleaved or non-interleaved virtual RB to physical RB mapping is applied to the PDSCH, for BWP <bb>.

param cell_name:

No help available

param mapping:

Interleaved or non-interleaved

param bwParts:

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