McScheme

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:MCSCheme
class McSchemeCls[source]

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

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

Sets the DCI field modulation and coding scheme (IMSC) .

param allocationNull

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

return

scheme: integer Range: 0 to 13

set(scheme: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:MCSCheme
driver.source.bb.eutra.downlink.niot.dci.alloc.mcScheme.set(scheme = 1, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field modulation and coding scheme (IMSC) .

param scheme

integer Range: 0 to 13

param allocationNull

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