Caw
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:CAW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:CAW value: bool = driver.source.bb.eutra.downlink.subf.alloc.caw.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Determines the way the PDSCH is processed.
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
dl_csi_aware: OFF | ON | 1| 0
- set(dl_csi_aware: bool, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:CAW driver.source.bb.eutra.downlink.subf.alloc.caw.set(dl_csi_aware = False, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Determines the way the PDSCH is processed.
- Parameters:
dl_csi_aware – OFF | ON | 1| 0
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)