Intp

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:RESelection:SEARch:INTP
class IntpCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:RESelection:SEARch:INTP
value: int = driver.configure.signaling.nradio.cell.reSelection.search.intp.get(cell_name = 'abc')

Configures the parameter ‘s-IntraSearchP’, signaled to the UE in SIB2.

param cell_name:

No help available

return:

power: No help available

set(cell_name: str, power: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:RESelection:SEARch:INTP
driver.configure.signaling.nradio.cell.reSelection.search.intp.set(cell_name = 'abc', power = 1)

Configures the parameter ‘s-IntraSearchP’, signaled to the UE in SIB2.

param cell_name:

No help available

param power:

No help available