Timer
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:RESelection:TIMer
- class TimerCls[source]
Timer commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RESelection:TIMer value: int = driver.configure.signaling.lte.cell.reSelection.timer.get(cell_name = 'abc')
Configures the parameter ‘t-ReselectionEUTRA’, signaled to the UE in SIB3.
- param cell_name:
No help available
- return:
time: No help available
- set(cell_name: str, time: int) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RESelection:TIMer driver.configure.signaling.lte.cell.reSelection.timer.set(cell_name = 'abc', time = 1)
Configures the parameter ‘t-ReselectionEUTRA’, signaled to the UE in SIB3.
- param cell_name:
No help available
- param time:
No help available