ClMapping
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding:CLMapping
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) LayerMappingDl[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding:CLMapping value: enums.LayerMappingDl = driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.precoding.clMapping.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)
Selects the codeword to layer mapping.
- 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’)
allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
mapping: LC11 | LC21 | LC22 | LC31 | LC32 | LC41 | LC42 | LC52 | LC62 | LC72 | LC82
- set(mapping: LayerMappingDl, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding:CLMapping driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.precoding.clMapping.set(mapping = enums.LayerMappingDl.LC11, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)
Selects the codeword to layer mapping.
- Parameters:
mapping – LC11 | LC21 | LC22 | LC31 | LC32 | LC41 | LC42 | LC52 | LC62 | LC72 | LC82
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’)
allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)