Fmt

SCPI Command :

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

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

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

Sets the DCI format for the selected allocation.

param allocationNull

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

return

dci_format: F3| F3A| F60A| F60B| F61A| F61B| F62

set(dci_format: RsSmbv.enums.EutraDciFormatEmtc, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:FMT
driver.source.bb.eutra.downlink.emtc.dci.alloc.fmt.set(dci_format = enums.EutraDciFormatEmtc.F3, allocationNull = repcap.AllocationNull.Default)

Sets the DCI format for the selected allocation.

param dci_format

F3| F3A| F60A| F60B| F61A| F61B| F62

param allocationNull

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