Fmt

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:FMT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) EutraNbiotDciFormat[source]
# [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.

Parameters:

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

Returns:

format_py: N0 | N1 | N2

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

Parameters:
  • format_py – N0 | N1 | N2

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