SrprIndex
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:IGConfig:SRPRindex
- class SrprIndexCls[source]
SrprIndex commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:IGConfig:SRPRindex value: int = driver.configure.signaling.lte.cell.ueScheduling.uplink.igConfig.srprIndex.get(cell_name = 'abc')
Configures the parameter ‘sr-PUCCH-ResourceIndex’, signaled to the UE for follow SR.
- param cell_name:
No help available
- return:
index: No help available
- set(cell_name: str, index: int) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UL:IGConfig:SRPRindex driver.configure.signaling.lte.cell.ueScheduling.uplink.igConfig.srprIndex.set(cell_name = 'abc', index = 1)
Configures the parameter ‘sr-PUCCH-ResourceIndex’, signaled to the UE for follow SR.
- param cell_name:
No help available
- param index:
No help available