Mcs

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:MCS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:MCS
value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.mcs.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI field modulation and coding scheme.

Parameters:

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

Returns:

dci_mcs: integer Range: 0 to 15

set(dci_mcs: int, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:MCS
driver.source.bb.eutra.downlink.emtc.dci.alloc.mcs.set(dci_mcs = 1, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field modulation and coding scheme.

Parameters:
  • dci_mcs – integer Range: 0 to 15

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