PcIndex

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CELL:PRACh:PCINdex:FDD
CONFigure:LTE:SIGNaling<instance>:CELL:PRACh:PCINdex:TDD
class PcIndexCls[source]

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

get_fdd() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:PRACh:PCINdex:FDD
value: int = driver.configure.cell.prach.pcIndex.get_fdd()

Selects the PRACH configuration index for FDD.

return:

prach_conf_index: numeric Range: 0 to 63

get_tdd() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:PRACh:PCINdex:TDD
value: int = driver.configure.cell.prach.pcIndex.get_tdd()

Selects the PRACH configuration index for TDD.

return:

prach_conf_index: numeric Range: depends on UL-DL configuration, see tables below

set_fdd(prach_conf_index: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:PRACh:PCINdex:FDD
driver.configure.cell.prach.pcIndex.set_fdd(prach_conf_index = 1)

Selects the PRACH configuration index for FDD.

param prach_conf_index:

numeric Range: 0 to 63

set_tdd(prach_conf_index: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:PRACh:PCINdex:TDD
driver.configure.cell.prach.pcIndex.set_tdd(prach_conf_index = 1)

Selects the PRACH configuration index for TDD.

param prach_conf_index:

numeric Range: depends on UL-DL configuration, see tables below