LrsIndex

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:LRSindex
class LrsIndexCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:LRSindex
value: int = driver.configure.signaling.nradio.cell.power.uplink.lrsIndex.get(cell_name = 'abc')

Sets the parameter ‘prach-RootSequenceIndex’, signaled to the UE.

param cell_name:

No help available

return:

index: No help available

set(cell_name: str, index: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:LRSindex
driver.configure.signaling.nradio.cell.power.uplink.lrsIndex.set(cell_name = 'abc', index = 1)

Sets the parameter ‘prach-RootSequenceIndex’, signaled to the UE.

param cell_name:

No help available

param index:

No help available