Chmapping

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:TDOMain:CHMapping
class ChmappingCls[source]

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

get(cell_name: str, slot: int) Mapping[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:TDOMain:CHMapping
value: enums.Mapping = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.uplink.tdomain.chmapping.get(cell_name = 'abc', slot = 1)

Selects the type of PUSCH mapping, for the UL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

return:

mapping: No help available

set(cell_name: str, slot: int, mapping: Mapping) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:TDOMain:CHMapping
driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.uplink.tdomain.chmapping.set(cell_name = 'abc', slot = 1, mapping = enums.Mapping.A)

Selects the type of PUSCH mapping, for the UL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

param mapping:

No help available