UserDefined

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:FCRI:DL:MCSTable:UDEFined
class UserDefinedCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) List[int][source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:FCRI:DL:MCSTable:UDEFined
value: List[int] = driver.configure.connection.scc.fcri.downlink.mcsTable.userDefined.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Configures a user-defined mapping table that assigns an MCS index value to each possible reported wideband CQI index value. The table is used for the scheduling type ‘Follow WB CQI-RI’ if the table mode is set to UDEFined.

param secondaryCompCarrier:

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

return:

mcs: numeric Comma-separated list of 15 MCS values, for reported CQI index value 1 to 15 The range is restricted by the highest allowed modulation scheme: max 27 with 256-QAM, max 26 with 1024-QAM. Range: 0 to 28

set(mcs: List[int], secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:FCRI:DL:MCSTable:UDEFined
driver.configure.connection.scc.fcri.downlink.mcsTable.userDefined.set(mcs = [1, 2, 3], secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Configures a user-defined mapping table that assigns an MCS index value to each possible reported wideband CQI index value. The table is used for the scheduling type ‘Follow WB CQI-RI’ if the table mode is set to UDEFined.

param mcs:

numeric Comma-separated list of 15 MCS values, for reported CQI index value 1 to 15 The range is restricted by the highest allowed modulation scheme: max 27 with 256-QAM, max 26 with 1024-QAM. Range: 0 to 28

param secondaryCompCarrier:

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