Low

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:NCELl:ALL:THResholds:LOW
class LowCls[source]

Low commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class LowStruct[source]

Response structure. Fields:

  • Valid: bool: OFF | ON OFF: use individual thresholds defined by separate commands ON: use common threshold defined by this command

  • Low: int: numeric Range: 0 to 31

get() LowStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:NCELl:ALL:THResholds:LOW
value: LowStruct = driver.configure.ncell.all.thresholds.low.get()

Configures a common reselection threshold value ‘threshX-Low’ applicable to all technologies. Alternatively to a common threshold you can also use individual thresholds. They are defined per technology via the commands CONFigure:LTE:SIGN<i>:NCELl:<Technology>:THResholds:LOW. The parameter <Valid> selects whether common or individual thresholds are used.

return:

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

set(valid: bool, low: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:NCELl:ALL:THResholds:LOW
driver.configure.ncell.all.thresholds.low.set(valid = False, low = 1)

Configures a common reselection threshold value ‘threshX-Low’ applicable to all technologies. Alternatively to a common threshold you can also use individual thresholds. They are defined per technology via the commands CONFigure:LTE:SIGN<i>:NCELl:<Technology>:THResholds:LOW. The parameter <Valid> selects whether common or individual thresholds are used.

param valid:

OFF | ON OFF: use individual thresholds defined by separate commands ON: use common threshold defined by this command

param low:

numeric Range: 0 to 31