public double readStringPot() { return _stringPot.get(); }
/** Reads whether the tilter is at/above its highest safe height. */ public boolean isTopLimitTriggered() { return _stringPot.get() > StringPot.VAL_MAX_SAFE || _topLimitSwitch.get() == _topLimitOnState; }