Thrx<NeighborCell>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.configure.ncell.lte.thrx.repcap_neighborCell_get()
driver.configure.ncell.lte.thrx.repcap_neighborCell_set(repcap.NeighborCell.Nr1)

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:NCELl:LTE:THRX<NeighborCell>
class Thrx[source]

Thrx commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: NeighborCell, default value after init: NeighborCell.Nr1

get(neighborCell=<NeighborCell.Default: -1>)int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:LTE:THRX<n>
value: int = driver.configure.ncell.lte.thrx.get(neighborCell = repcap.NeighborCell.Default)

Specifies the minimum required quality threshold of the reselection target cell.

param neighborCell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Thrx’)

return

lte_thresh_x: Range: 0 to 31

set(lte_thresh_x: int, neighborCell=<NeighborCell.Default: -1>)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:LTE:THRX<n>
driver.configure.ncell.lte.thrx.set(lte_thresh_x = 1, neighborCell = repcap.NeighborCell.Default)

Specifies the minimum required quality threshold of the reselection target cell.

param lte_thresh_x

Range: 0 to 31

param neighborCell

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Thrx’)

Cloning the Group

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