Ccd

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:CCD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) DlpRecCycDelDiv[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:CCD
value: enums.DlpRecCycDelDiv = driver.source.bb.eutra.downlink.emtc.alloc.precoding.ccd.get(allocationNull = repcap.AllocationNull.Default)

Sets the cyclic delay diversity for the selected allocation.

Parameters:

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

Returns:

cyc_del_div: NOCDd | LADelay

set(cyc_del_div: DlpRecCycDelDiv, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:CCD
driver.source.bb.eutra.downlink.emtc.alloc.precoding.ccd.set(cyc_del_div = enums.DlpRecCycDelDiv.LADelay, allocationNull = repcap.AllocationNull.Default)

Sets the cyclic delay diversity for the selected allocation.

Parameters:
  • cyc_del_div – NOCDd | LADelay

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