RxLevMin

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CELL:RESelection:QUALity:RXLevmin:EUTRan
CONFigure:GSM:SIGNaling<Instance>:CELL:RESelection:QUALity:RXLevmin:UTRan
CONFigure:GSM:SIGNaling<Instance>:CELL:RESelection:QUALity:RXLevmin:ACCess
class RxLevMin[source]

RxLevMin commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_access()int[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:CELL:RESelection:QUALity:RXLevmin:ACCess
value: int = driver.configure.cell.reSelection.quality.rxLevMin.get_access()

Defines the minimum RX level at an MS antenna required for access to the GSM cell. This parameter is transmitted via BCCH.

return

qrxlevmin: Range: -111 dBm to -48 dBm

get_eutran()int[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:CELL:RESelection:QUALity:RXLevmin:EUTRan
value: int = driver.configure.cell.reSelection.quality.rxLevMin.get_eutran()

Defines the minimum RX level at a UE antenna required for access to the LTE cell. This parameter is transmitted via BCCH.

return

qrxlevmin: Range: -140 dBm to -78 dBm

get_utran()int[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:CELL:RESelection:QUALity:RXLevmin:UTRan
value: int = driver.configure.cell.reSelection.quality.rxLevMin.get_utran()

Defines the minimum RX level at a UE antenna required for access to the UMTS cell. This parameter is transmitted via BCCH.

return

qrxlevmin: Range: -119 dBm to -57 dBm

set_access(qrxlevmin: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:CELL:RESelection:QUALity:RXLevmin:ACCess
driver.configure.cell.reSelection.quality.rxLevMin.set_access(qrxlevmin = 1)

Defines the minimum RX level at an MS antenna required for access to the GSM cell. This parameter is transmitted via BCCH.

param qrxlevmin

Range: -111 dBm to -48 dBm

set_eutran(qrxlevmin: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:CELL:RESelection:QUALity:RXLevmin:EUTRan
driver.configure.cell.reSelection.quality.rxLevMin.set_eutran(qrxlevmin = 1)

Defines the minimum RX level at a UE antenna required for access to the LTE cell. This parameter is transmitted via BCCH.

param qrxlevmin

Range: -140 dBm to -78 dBm

set_utran(qrxlevmin: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:CELL:RESelection:QUALity:RXLevmin:UTRan
driver.configure.cell.reSelection.quality.rxLevMin.set_utran(qrxlevmin = 1)

Defines the minimum RX level at a UE antenna required for access to the UMTS cell. This parameter is transmitted via BCCH.

param qrxlevmin

Range: -119 dBm to -57 dBm