ClMapping
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PRECoding:CLMapping
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) LayerMappingUl[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PRECoding:CLMapping value: enums.LayerMappingUl = driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.precoding.clMapping.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)
Selects the codeword to layer mapping for a PUSCH allocation.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)
- Returns:
mapping: LC11 | LC21 | LC22
- set(mapping: LayerMappingUl, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PRECoding:CLMapping driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.precoding.clMapping.set(mapping = enums.LayerMappingUl.LC11, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)
Selects the codeword to layer mapping for a PUSCH allocation.
- Parameters:
mapping – LC11 | LC21 | LC22
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)