Cindex

SCPI Command :

CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:CE:LEVel:PRACh:CINDex
class CindexCls[source]

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

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

Sets the PRACH configuration index for a certain CE level.

param level:

integer Selects a CE level Range: 0 to 3

return:

index: numeric PRACH configuration index for the selected CE Level Range: 0 to 63

set(level: int, index: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:CE:LEVel:PRACh:CINDex
driver.configure.pcc.emtc.ce.level.prach.cindex.set(level = 1, index = 1)

Sets the PRACH configuration index for a certain CE level.

param level:

integer Selects a CE level Range: 0 to 3

param index:

numeric PRACH configuration index for the selected CE Level Range: 0 to 63