CsiRequest
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:CSIRequest
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:CSIRequest value: bool = driver.source.bb.eutra.downlink.emtc.dci.alloc.csiRequest.get(allocationNull = repcap.AllocationNull.Default)
Sets the DCI field CSI request.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
dci_csi_request: 1 | ON | 0| OFF
- set(dci_csi_request: bool, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:CSIRequest driver.source.bb.eutra.downlink.emtc.dci.alloc.csiRequest.set(dci_csi_request = False, allocationNull = repcap.AllocationNull.Default)
Sets the DCI field CSI request.
- Parameters:
dci_csi_request – 1 | ON | 0| OFF
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)