lsst.ts.hexapod.
check_symmetrical_range
Check that a numeric value is in range -max_value <= value <= max_value.
float
Value to check.
str
Name of value.
Name of data field to check.
data
Maximum allowed value of the named field (inclusive).
Class of exception to raise on error.