Mcs

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:MCS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default, cellNull=CellNull.Default) EutraMcsTable[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:MCS
value: enums.EutraMcsTable = driver.source.bb.eutra.downlink.user.cell.mcs.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

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

Parameters:
  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

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

Returns:

mcs_table: 0 | OFF | T1 | 1| ON | T2 | T3 | T4 0 | OFF | T1 Table 7.1.7.1-1 1 | ON | T2 Table 7.1.7.1-1A T3 Table 7.1.7.1-1B T4 Table 7.1.7.1-1C

set(mcs_table: EutraMcsTable, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:MCS
driver.source.bb.eutra.downlink.user.cell.mcs.set(mcs_table = enums.EutraMcsTable._0, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

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

Parameters:
  • mcs_table – 0 | OFF | T1 | 1| ON | T2 | T3 | T4 0 | OFF | T1 Table 7.1.7.1-1 1 | ON | T2 Table 7.1.7.1-1A T3 Table 7.1.7.1-1B T4 Table 7.1.7.1-1C

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

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