Lowq

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:RESelection:THResholds:LOWQ
class LowqCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:RESelection:THResholds:LOWQ
value: int or bool = driver.configure.signaling.nradio.cell.reSelection.thresholds.lowq.get(cell_name = 'abc')

Configures the parameter ‘threshServingLowQ’, signaled to the UE in SIB2 if the value is not OFF.

param cell_name:

No help available

return:

power: (integer or boolean) No help available

set(cell_name: str, power: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:RESelection:THResholds:LOWQ
driver.configure.signaling.nradio.cell.reSelection.thresholds.lowq.set(cell_name = 'abc', power = 1)

Configures the parameter ‘threshServingLowQ’, signaled to the UE in SIB2 if the value is not OFF.

param cell_name:

No help available

param power:

(integer or boolean) No help available