Mcs

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:MCS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(indexNull=IndexNull.Default) int[source]
# [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.

Parameters:

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

Returns:

mcs: integer Range: 0 to 28

set(mcs: int, indexNull=IndexNull.Default) None[source]
# [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.

Parameters:
  • mcs – integer Range: 0 to 28

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