Cmcs

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CELL:RAR:CMCS:ENABle
CONFigure:LTE:SIGNaling<instance>:CELL:RAR:CMCS
class CmcsCls[source]

Cmcs commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_enable() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RAR:CMCS:ENABle
value: bool = driver.configure.cell.rar.cmcs.get_enable()

Enables the custom MCS index definition for RAR messages.

return:

enable: OFF | ON OFF: MCS index selected automatically ON: MCS index set to configured custom value

get_value() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RAR:CMCS
value: int = driver.configure.cell.rar.cmcs.get_value()

Configures a custom MCS index for RAR messages.

return:

custom_mcs: numeric Range: 0 to 13

set_enable(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RAR:CMCS:ENABle
driver.configure.cell.rar.cmcs.set_enable(enable = False)

Enables the custom MCS index definition for RAR messages.

param enable:

OFF | ON OFF: MCS index selected automatically ON: MCS index set to configured custom value

set_value(custom_mcs: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RAR:CMCS
driver.configure.cell.rar.cmcs.set_value(custom_mcs = 1)

Configures a custom MCS index for RAR messages.

param custom_mcs:

numeric Range: 0 to 13