PmiConfirm

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PMIConfirm
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PMIConfirm
value: bool = driver.source.bb.eutra.downlink.emtc.dci.alloc.pmiConfirm.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI field PMI confirmation for precoding.

Parameters:

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

Returns:

dci_pmi_confirm: 1 | ON | 0| OFF

set(dci_pmi_confirm: bool, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PMIConfirm
driver.source.bb.eutra.downlink.emtc.dci.alloc.pmiConfirm.set(dci_pmi_confirm = False, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field PMI confirmation for precoding.

Parameters:
  • dci_pmi_confirm – 1 | ON | 0| OFF

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