Class VmxmMotorStoredPosition

All Implemented Interfaces:
Configurable, Findable

public class VmxmMotorStoredPosition extends FindableConfigurableBase
  • Constructor Details

    • VmxmMotorStoredPosition

      public VmxmMotorStoredPosition()
  • Method Details

    • moveToStoredPosition

      public void moveToStoredPosition()
    • isInPosition

      public boolean isInPosition()
    • setStoredPosition

      public void setStoredPosition(Double position)
    • getStoredPosition

      public Double getStoredPosition()
    • getCurrentMotorPosition

      public Double getCurrentMotorPosition()
    • setTolerance

      public void setTolerance(Double tolerance)
    • getTolerance

      public Double getTolerance()
    • getStoredPositionScannable

      public Scannable getStoredPositionScannable()
    • setStoredPositionScannable

      public void setStoredPositionScannable(Scannable storedPositionScannable)
    • getToleranceScannable

      public Scannable getToleranceScannable()
    • setToleranceScannable

      public void setToleranceScannable(Scannable toleranceScannable)
    • getMotor

      public ScannableMotor getMotor()
    • setMotor

      public void setMotor(ScannableMotor motor)