Thresholds

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:NCELl:LTE:THResholds:LOW
CONFigure:EVDO:SIGNaling<Instance>:NCELl:LTE:THResholds
class Thresholds[source]

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

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • High: int: No parameter help available

  • Low: int: No parameter help available

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

No command help available

return

low: No help available

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

No command help available

return

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

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

No command help available

param low

No help available

set_value(value: RsCmwEvdoSig.Implementations.Configure_.Ncell_.Lte_.Thresholds.Thresholds.ValueStruct)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:LTE:THResholds
driver.configure.ncell.lte.thresholds.set_value(value = ValueStruct())

No command help available

param value

see the help for ValueStruct structure arguments.