Thresholds

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:NCELl:LTE:THResholds:HIGH
class Thresholds[source]

Thresholds commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_high()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:NCELl:LTE:THResholds:HIGH
value: int = driver.configure.ncell.lte.thresholds.get_high()

Configures the reselection threshold value ‘threshXhigh’ for LTE neighbor cells.

return

high: Range: 0 to 31

set_high(high: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:NCELl:LTE:THResholds:HIGH
driver.configure.ncell.lte.thresholds.set_high(high = 1)

Configures the reselection threshold value ‘threshXhigh’ for LTE neighbor cells.

param high

Range: 0 to 31