Ncell

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:NCELl:RLMeutra
CONFigure:EVDO:SIGNaling<Instance>:NCELl:THRServing
CONFigure:EVDO:SIGNaling<Instance>:NCELl:MRTimer
class Ncell[source]

Ncell commands group definition. 15 total commands, 4 Sub-groups, 3 group commands

get_mr_timer()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:MRTimer
value: int = driver.configure.ncell.get_mr_timer()

Maximum time for the access terminal to execute the cell reselection.

return

max_reselection_timer: No help available

get_rlm_eutra()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:RLMeutra
value: int = driver.configure.ncell.get_rlm_eutra()

Configures the low reselection threshold value for LTE neighbor cells.

return

rx_lev_min_eutra_common: No help available

get_thr_serving()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:THRServing
value: int = driver.configure.ncell.get_thr_serving()

Specifies the limit for pilot power level below which the AT triggers cell reselection to a neighbor cell in the candidate set.

return

thresh_serving: Range: 0 to 63

set_mr_timer(max_reselection_timer: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:MRTimer
driver.configure.ncell.set_mr_timer(max_reselection_timer = 1)

Maximum time for the access terminal to execute the cell reselection.

param max_reselection_timer

Range: 0 to 15

set_rlm_eutra(rx_lev_min_eutra_common: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:RLMeutra
driver.configure.ncell.set_rlm_eutra(rx_lev_min_eutra_common = 1)

Configures the low reselection threshold value for LTE neighbor cells.

param rx_lev_min_eutra_common

Range: 0 to 96

set_thr_serving(thresh_serving: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:THRServing
driver.configure.ncell.set_thr_serving(thresh_serving = 1)

Specifies the limit for pilot power level below which the AT triggers cell reselection to a neighbor cell in the candidate set.

param thresh_serving

Range: 0 to 63

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.ncell.clone()

Subgroups