Fmt

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT: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.EutraNbiotDciFormat[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:FMT
value: enums.EutraNbiotDciFormat = driver.source.bb.eutra.downlink.niot.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

format_py: N0| N1| N2

set(format_py: RsSmbv.enums.EutraNbiotDciFormat, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:FMT
driver.source.bb.eutra.downlink.niot.dci.alloc.fmt.set(format_py = enums.EutraNbiotDciFormat.N0, allocationNull = repcap.AllocationNull.Default)

Sets the DCI format for the selected allocation.

param format_py

N0| N1| N2

param allocationNull

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