ReSelection

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:RESelection:SEARch
CONFigure:WCDMa:SIGNaling<Instance>:CELL:RESelection:QUALity
CONFigure:WCDMa:SIGNaling<Instance>:CELL:RESelection:TIME
class ReSelection[source]

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

class QualityStruct[source]

Structure for reading output parameters. Fields:

  • Qqual_Min: float: Minimum required quality level in the reselection target cell. Range: -24 dB to 0 dB, Unit: dB

  • Qrxlevmin: float: Minimum RX level at a UE antenna required for reselection to the UMTS cell Range: -115 dBm to -25 dBm, Unit: dBm

  • Qrx_Lev_Min_Eutra: float: Minimum RX level at a UE antenna required for access to the LTE cell Range: -140 dBm to -44 dBm, Unit: dBm

  • Qhyst_1_S: float: Hysteresis used for GSM, TDD and for FDD cells in case the quality measure for reselection is set to CPICH RSCP Range: 0 dB to 40 dB, Unit: dB

  • Qhyst_2_S: float: Hysteresis used for FDD cells if the quality measure for reselection is set to CPICH Ec/No Range: 0 dB to 40 dB, Unit: dB

class SearchStruct[source]

Structure for reading output parameters. Fields:

  • Sintra_Search: float: Range: -32 dB to 20 dB, Unit: dB

  • Sinter_Search: float: Range: -32 dB to 20 dB, Unit: dB

  • Ssearch_Rat: float: Range: -32 dB to 20 dB, Unit: dB

get_quality()QualityStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RESelection:QUALity
value: QualityStruct = driver.configure.cell.reSelection.get_quality()

Defines the power levels required for cell reselection. They are transmitted to the UE in the system information.

return

structure: for return value, see the help for QualityStruct structure arguments.

get_search()SearchStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RESelection:SEARch
value: SearchStruct = driver.configure.cell.reSelection.get_search()

Defines the thresholds Sintrasearch, Sintersearch and S searchRAT m = GSM required for cell reselection. They are transmitted to the UE in the system information.

return

structure: for return value, see the help for SearchStruct structure arguments.

get_time()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RESelection:TIME
value: float = driver.configure.cell.reSelection.get_time()

Sets the time hysteresis for the cell reselection algorithm.

return

tre_selections: Range: 0 s to 31 s

set_quality(value: RsCmwWcdmaSig.Implementations.Configure_.Cell_.ReSelection.ReSelection.QualityStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RESelection:QUALity
driver.configure.cell.reSelection.set_quality(value = QualityStruct())

Defines the power levels required for cell reselection. They are transmitted to the UE in the system information.

param value

see the help for QualityStruct structure arguments.

set_search(value: RsCmwWcdmaSig.Implementations.Configure_.Cell_.ReSelection.ReSelection.SearchStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RESelection:SEARch
driver.configure.cell.reSelection.set_search(value = SearchStruct())

Defines the thresholds Sintrasearch, Sintersearch and S searchRAT m = GSM required for cell reselection. They are transmitted to the UE in the system information.

param value

see the help for SearchStruct structure arguments.

set_time(tre_selections: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:RESelection:TIME
driver.configure.cell.reSelection.set_time(tre_selections = 1.0)

Sets the time hysteresis for the cell reselection algorithm.

param tre_selections

Range: 0 s to 31 s