Check

SCPI Commands

CONFigure:EVDO:MEASurement<Instance>:MEValuation:LIMit:OBW:CHECk:USED
CONFigure:EVDO:MEASurement<Instance>:MEValuation:LIMit:OBW:CHECk
class Check[source]

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

get_used()RsCmwEvdoMeas.enums.ObwUsedLimitSet[source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:OBW:CHECk:USED
value: enums.ObwUsedLimitSet = driver.configure.multiEval.limit.obw.check.get_used()

Returns the currently used OBW limit set. This limit is ultimately determined by the currently selected band class: limit set A is dedicated to band class 0, limit set B is used for all other band classes.

return

obw_used_limit_set: SETA | SETB The currently used limit set.

get_value()bool[source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:OBW:CHECk
value: bool = driver.configure.multiEval.limit.obw.check.get_value()

Gets/sets the enabled state of OBW limit checks. Depending on the current band class, either limit set A or B applies.

return

obw_limit_check: OFF | ON Disable/enable OBW limit checks.

set_value(obw_limit_check: bool)None[source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:OBW:CHECk
driver.configure.multiEval.limit.obw.check.set_value(obw_limit_check = False)

Gets/sets the enabled state of OBW limit checks. Depending on the current band class, either limit set A or B applies.

param obw_limit_check

OFF | ON Disable/enable OBW limit checks.