ClMapping
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding:CLMapping
- class ClMappingCls[source]
ClMapping commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) RsFsw.enums.LayerMappingDl [source]
# SCPI: 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.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param subframe
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)
- param allocation
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
mapping: LC11 | LC21 | LC22 | LC31 | LC32 | LC41 | LC42 | LC52 | LC62 | LC72 | LC82
- set(mapping: RsFsw.enums.LayerMappingDl, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) None [source]
# SCPI: 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.
- param mapping
LC11 | LC21 | LC22 | LC31 | LC32 | LC41 | LC42 | LC52 | LC62 | LC72 | LC82
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param subframe
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)
- param allocation
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)