McsTwo

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:MCSTwo
class McsTwoCls[source]

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

get(indexNull=IndexNull.Default) bool[source]
# SCPI: [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.

param indexNull

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

return

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]
# SCPI: [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.

param 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

param indexNull

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