Priority

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:RESelection:PRIority
class PriorityCls[source]

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

get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RESelection:PRIority
value: float = driver.configure.signaling.lte.cell.reSelection.priority.get(cell_name = 'abc')

Configures the parameter ‘cellReselectionPriority’, signaled to the UE in SIB3.

param cell_name:

No help available

return:

priority: No help available

set(cell_name: str, priority: float) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RESelection:PRIority
driver.configure.signaling.lte.cell.reSelection.priority.set(cell_name = 'abc', priority = 1.0)

Configures the parameter ‘cellReselectionPriority’, signaled to the UE in SIB3.

param cell_name:

No help available

param priority:

No help available