Thresholds

SCPI Commands

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

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

class LowStruct[source]

Structure for reading output parameters. Fields:

  • Valid: bool: No parameter help available

  • Low: int: No parameter help available

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Valid: bool: No parameter help available

  • High: int: No parameter help available

  • Low: int: No parameter help available

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

No command help available

return

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

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

No command help available

return

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

set_low(value: RsCmwEvdoSig.Implementations.Configure_.Ncell_.All_.Thresholds.Thresholds.LowStruct)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NCELl:ALL:THResholds:LOW
driver.configure.ncell.all.thresholds.set_low(value = LowStruct())

No command help available

param value

see the help for LowStruct structure arguments.

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

No command help available

param value

see the help for ValueStruct structure arguments.