CsiRequest

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:CSIRequest
class CsiRequestCls[source]

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

get(allocationNull=AllocationNull.Default) bool[source]
# SCPI: [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.

param allocationNull

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

return

dci_csi_request: 1| ON| 0| OFF

set(dci_csi_request: bool, allocationNull=AllocationNull.Default) None[source]
# SCPI: [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.

param dci_csi_request

1| ON| 0| OFF

param allocationNull

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