ReSelection

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:RESelection:TSLow
class ReSelectionCls[source]

ReSelection commands group definition. 4 total commands, 2 Subgroups, 1 group commands

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

Defines ThreshServing,Low. The value divided by 2 is broadcasted to the UE in SIB3.

return:

value: numeric Range: 0 dB to 62 dB, Unit: dB

set_tslow(value: float) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:RESelection:TSLow
driver.configure.cell.reSelection.set_tslow(value = 1.0)

Defines ThreshServing,Low. The value divided by 2 is broadcasted to the UE in SIB3.

param value:

numeric Range: 0 dB to 62 dB, Unit: dB

Cloning the Group

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

Subgroups