Mapping

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:PDSCh:TD<GRP0>:MAPPing
class MappingCls[source]

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

get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default, allocationNull=AllocationNull.Default) RsSmbv.enums.MappingType[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:PDSCh:TD<GRP0>:MAPPing
value: enums.MappingType = driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.pdsch.td.mapping.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the DMRS-mapping type A and B.

param userNull

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

param cellNull

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

param bwPartNull

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

param allocationNull

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

return

mapping_type: A| B

set(mapping_type: RsSmbv.enums.MappingType, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:PDSCh:TD<GRP0>:MAPPing
driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.pdsch.td.mapping.set(mapping_type = enums.MappingType.A, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the DMRS-mapping type A and B.

param mapping_type

A| B

param userNull

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

param cellNull

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

param bwPartNull

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

param allocationNull

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