Class MirrorInOut

All Implemented Interfaces:
Device, Scannable, Configurable, Findable, gda.observable.IObservable

public class MirrorInOut extends ScannableBase
  • Constructor Details

    • MirrorInOut

      public MirrorInOut()
  • Method Details

    • isBusy

      public boolean isBusy() throws DeviceException
      Description copied from interface: Scannable
      Check if the Scannable is moving/operating.
      Returns:
      true - if operation carried out by moveTo has not completed yet
      Throws:
      DeviceException
    • rawGetPosition

      public Object rawGetPosition()
      Description copied from class: ScannableBase
      [Consider abstract] Read the position in its internal (user) representation.
      Overrides:
      rawGetPosition in class ScannableBase
      Returns:
      the value represented by this Scannable
      See Also:
    • getMirror

      public Motor getMirror()
    • setMirror

      public void setMirror(Motor mirror)