Timer

SCPI Command :

[CONFigure]:SIGNaling:NRADio: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:NRADio:CELL:RESelection:TIMer
value: int = driver.configure.signaling.nradio.cell.reSelection.timer.get(cell_name = 'abc')

Configures the parameter ‘t-ReselectionNR’, signaled to the UE in SIB2.

param cell_name:

No help available

return:

time: No help available

set(cell_name: str, time: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:RESelection:TIMer
driver.configure.signaling.nradio.cell.reSelection.timer.set(cell_name = 'abc', time = 1)

Configures the parameter ‘t-ReselectionNR’, signaled to the UE in SIB2.

param cell_name:

No help available

param time:

No help available