Mcs

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:MCS
class McsCls[source]

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

get(indexNull=IndexNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:MCS
value: int = driver.source.bb.eutra.downlink.mbsfn.pmch.mcs.get(indexNull = repcap.IndexNull.Default)

Sets the modulation and coding scheme (MCS) applicable for the subframes of the (P) MCH.

param indexNull

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

return

mcs: integer Range: 0 to 28

set(mcs: int, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:MCS
driver.source.bb.eutra.downlink.mbsfn.pmch.mcs.set(mcs = 1, indexNull = repcap.IndexNull.Default)

Sets the modulation and coding scheme (MCS) applicable for the subframes of the (P) MCH.

param mcs

integer Range: 0 to 28

param indexNull

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