Package gda.device

Class ContinuousParameters

java.lang.Object
gda.device.ContinuousParameters

public class ContinuousParameters extends Object
Parameters which define the movement of a ContinuousScannable object during a continuous scan.
  • Constructor Details

    • ContinuousParameters

      public ContinuousParameters()
  • Method Details

    • getTotalTime

      public double getTotalTime()
      Returns:
      Returns the total time in s
    • setTotalTime

      public void setTotalTime(double time)
      Parameters:
      time - The total time in s of synchronised data collection and movement.
    • getNumberDataPoints

      public int getNumberDataPoints()
      Returns:
      Returns the numberDataPoints.
    • setNumberDataPoints

      public void setNumberDataPoints(int numberDataPoints)
      Parameters:
      numberDataPoints - The numberDataPoints to set.
    • getStartPosition

      public double getStartPosition()
      Returns:
      Returns the startPositon.
    • setStartPosition

      public void setStartPosition(double startPositon)
      Parameters:
      startPositon - The startPositon to set.
    • getEndPosition

      public double getEndPosition()
      Returns:
      Returns the endPosition.
    • setEndPosition

      public void setEndPosition(double endPosition)
      Parameters:
      endPosition - The endPosition to set.
    • setContinuouslyScannableName

      public void setContinuouslyScannableName(String continuouslyScannableName)
    • getContinuouslyScannableName

      public String getContinuouslyScannableName()