Tpmprec

SCPI Command :

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

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

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:TPMPrec
value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.tpmprec.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI field TPMI information for precoding.

param allocationNull

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

return

dci_tpmi_prec: integer Range: 0 to 15

set(dci_tpmi_prec: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:TPMPrec
driver.source.bb.eutra.downlink.emtc.dci.alloc.tpmprec.set(dci_tpmi_prec = 1, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field TPMI information for precoding.

param dci_tpmi_prec

integer Range: 0 to 15

param allocationNull

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