Mapping

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:DL:MAPPing
class MappingCls[source]

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

get(cell_name: str) MappingI[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:DL:MAPPing
value: enums.MappingI = driver.configure.signaling.nradio.cell.ueScheduling.sps.downlink.mapping.get(cell_name = 'abc')

Selects whether interleaved or non-interleaved virtual RB to physical RB mapping is applied for the PDSCH, for DL SPS scheduling, for the initial BWP.

param cell_name:

No help available

return:

mapping: Interleaved or non-interleaved

set(cell_name: str, mapping: MappingI) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:DL:MAPPing
driver.configure.signaling.nradio.cell.ueScheduling.sps.downlink.mapping.set(cell_name = 'abc', mapping = enums.MappingI.INT)

Selects whether interleaved or non-interleaved virtual RB to physical RB mapping is applied for the PDSCH, for DL SPS scheduling, for the initial BWP.

param cell_name:

No help available

param mapping:

Interleaved or non-interleaved