Enable

SCPI Command :

CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:CE:LEVel:ENABle
class EnableCls[source]

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

get(level: int) bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:CE:LEVel:ENABle
value: bool = driver.configure.pcc.emtc.ce.level.enable.get(level = 1)

Selects whether the eNodeB supports a certain CE level. If you disable a CE level, the higher CE levels are disabled automatically. You can enable a CE level only if all lower CE levels are enabled.

param level:

integer Selects a CE level Range: 1 to 3

return:

enable: OFF | ON Disables or enables the selected CE Level

set(level: int, enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:CE:LEVel:ENABle
driver.configure.pcc.emtc.ce.level.enable.set(level = 1, enable = False)

Selects whether the eNodeB supports a certain CE level. If you disable a CE level, the higher CE levels are disabled automatically. You can enable a CE level only if all lower CE levels are enabled.

param level:

integer Selects a CE level Range: 1 to 3

param enable:

OFF | ON Disables or enables the selected CE Level