McsTwo

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:MCSTwo
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(indexNull=IndexNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:MCSTwo
value: bool = driver.source.bb.eutra.downlink.mbsfn.pmch.mcsTwo.get(indexNull = repcap.IndexNull.Default)

Defines which of the two tables defined in is used to specify the used modulation and coding scheme.

Parameters:

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

Returns:

pmch_mcs_two: 1 | ON | 0| OFF 0 Table 7.1.7.1-1 is used 1 Table 7.1.7.1-1A is used

set(pmch_mcs_two: bool, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:MCSTwo
driver.source.bb.eutra.downlink.mbsfn.pmch.mcsTwo.set(pmch_mcs_two = False, indexNull = repcap.IndexNull.Default)

Defines which of the two tables defined in is used to specify the used modulation and coding scheme.

Parameters:
  • pmch_mcs_two – 1 | ON | 0| OFF 0 Table 7.1.7.1-1 is used 1 Table 7.1.7.1-1A is used

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