Thresholds

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:NCELl:EVDO:THResholds
CONFigure:LTE:SIGNaling<instance>:NCELl:EVDO:THResholds:LOW
class ThresholdsCls[source]

Thresholds commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class ThresholdsStruct[source]

Response structure. Fields:

  • High: int: No parameter help available

  • Low: int: No parameter help available

get() ThresholdsStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:NCELl:EVDO:THResholds
value: ThresholdsStruct = driver.configure.ncell.evdo.thresholds.get()

No command help available

return:

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

get_low() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:NCELl:EVDO:THResholds:LOW
value: int = driver.configure.ncell.evdo.thresholds.get_low()

Configures the reselection threshold value ‘threshX-Low’ for 1xEV-DO neighbor cells.

return:

low: numeric Range: 0 to 63

set(high: int, low: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:NCELl:EVDO:THResholds
driver.configure.ncell.evdo.thresholds.set(high = 1, low = 1)

No command help available

param high:

No help available

param low:

No help available

set_low(low: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:NCELl:EVDO:THResholds:LOW
driver.configure.ncell.evdo.thresholds.set_low(low = 1)

Configures the reselection threshold value ‘threshX-Low’ for 1xEV-DO neighbor cells.

param low:

numeric Range: 0 to 63