Cdd

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:CDD
class CddCls[source]

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

get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) RsSmbv.enums.EutraDlpRecCycDelDiv[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:CDD
value: enums.EutraDlpRecCycDelDiv = driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.cdd.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)

Sets the CDD for the selected allocation. The combination of cyclic delay diversity and the selected number of layers determines the precoding parameters for spatial multiplexing.

param subframeNull

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

param allocationNull

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

param codeword

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

return

cyclic_delay_div: NOCDd| SMDelay| LADelay NOCDd Zero CDD SMDelay Small CDD LADelay Large CDD

set(cyclic_delay_div: RsSmbv.enums.EutraDlpRecCycDelDiv, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:PRECoding:CDD
driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.cdd.set(cyclic_delay_div = enums.EutraDlpRecCycDelDiv.LADelay, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)

Sets the CDD for the selected allocation. The combination of cyclic delay diversity and the selected number of layers determines the precoding parameters for spatial multiplexing.

param cyclic_delay_div

NOCDd| SMDelay| LADelay NOCDd Zero CDD SMDelay Small CDD LADelay Large CDD

param subframeNull

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

param allocationNull

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

param codeword

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