Mapping
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:DL:MAPPing
- class MappingCls[source]
Mapping 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:SPS:DL:MAPPing value: enums.MappingI = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.downlink.mapping.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Selects whether interleaved or non-interleaved virtual RB to physical RB mapping is applied for the PDSCH, for DL SPS scheduling, 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:SPS:DL:MAPPing driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.downlink.mapping.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 for the PDSCH, for DL SPS scheduling, 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’)