Fmt
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPDCch:FMT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPDCch:FMT value: int = driver.source.bb.eutra.downlink.niot.dci.alloc.npdcch.fmt.get(allocationNull = repcap.AllocationNull.Default)
Sets the NPDCCH format.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
npdcch_fmt: integer Range: 0 to 1
- set(npdcch_fmt: int, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPDCch:FMT driver.source.bb.eutra.downlink.niot.dci.alloc.npdcch.fmt.set(npdcch_fmt = 1, allocationNull = repcap.AllocationNull.Default)
Sets the NPDCCH format.
- Parameters:
npdcch_fmt – integer Range: 0 to 1
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)