Chmapping

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:DL:TDOMain:CHMapping
class ChmappingCls[source]

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

get(cell_name: str, slot: int, bwParts=BwParts.Default) Mapping[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:DL:TDOMain:CHMapping
value: enums.Mapping = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.downlink.tdomain.chmapping.get(cell_name = 'abc', slot = 1, bwParts = repcap.BwParts.Default)

Selects the type of PDSCH mapping, for the DL slot with the index <Slot>, for BWP <bb>.

param cell_name:

No help available

param slot:

No help available

param bwParts:

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

return:

mapping: No help available

set(cell_name: str, slot: int, mapping: Mapping, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:DL:TDOMain:CHMapping
driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.downlink.tdomain.chmapping.set(cell_name = 'abc', slot = 1, mapping = enums.Mapping.A, bwParts = repcap.BwParts.Default)

Selects the type of PDSCH mapping, for the DL slot with the index <Slot>, for BWP <bb>.

param cell_name:

No help available

param slot:

No help available

param mapping:

No help available

param bwParts:

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