Thresholds

SCPI Command :

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

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

class ThresholdsStruct[source]

Response structure. Fields:

  • Valid: bool: No parameter help available

  • High: int: No parameter help available

  • Low: int: No parameter help available

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

No command help available

return:

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

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

No command help available

param valid:

No help available

param high:

No help available

param low:

No help available

Cloning the Group

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

Subgroups