Quality

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:RESelection:QUALity:RXLevmin
class QualityCls[source]

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

get_rx_lev_min() float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RESelection:QUALity:RXLevmin
value: float = driver.configure.cell.reSelection.quality.get_rx_lev_min()

Defines the level Qrxlevmin. The value divided by 2 is broadcasted to the UE in SIB1.

return:

qrxlevmin: numeric Range: -140 dBm to -44 dBm, Unit: dBm

set_rx_lev_min(qrxlevmin: float) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RESelection:QUALity:RXLevmin
driver.configure.cell.reSelection.quality.set_rx_lev_min(qrxlevmin = 1.0)

Defines the level Qrxlevmin. The value divided by 2 is broadcasted to the UE in SIB1.

param qrxlevmin:

numeric Range: -140 dBm to -44 dBm, Unit: dBm