Class DefaultStage

java.lang.Object
gda.device.temperature.DefaultStage
All Implemented Interfaces:
LinkamStage

public class DefaultStage extends Object implements LinkamStage
Default Linkam Stage. (i.e. one with no commands of its own) FIXME what is a stage ?
  • Constructor Details

    • DefaultStage

      public DefaultStage(LinkamCI linkamCI)
      Parameters:
      linkamCI -
  • Method Details

    • sendStartupCommands

      public void sendStartupCommands()
      Description copied from interface: LinkamStage
      LinkamCI will call this after sending its own startup commands
      Specified by:
      sendStartupCommands in interface LinkamStage
    • sendRamp

      public void sendRamp(TemperatureRamp ramp)
      Description copied from interface: LinkamStage
      LinkamCI will call this before sending a ramp
      Specified by:
      sendRamp in interface LinkamStage
      Parameters:
      ramp -
    • startRamping

      public void startRamping()
      Description copied from interface: LinkamStage
      LinkamCI will call this when ramping starts (start of ramp 0)
      Specified by:
      startRamping in interface LinkamStage
    • startExperiment

      public void startExperiment()
      Description copied from interface: LinkamStage
      LinkamCI will call this at start of experiment (start of ramp 1)
      Specified by:
      startExperiment in interface LinkamStage
    • stop

      public void stop()
      Description copied from interface: LinkamStage
      LinkamCI will call this when asked to stop
      Specified by:
      stop in interface LinkamStage
    • pollDone

      public void pollDone()
      Executes when poll timer fires
      Specified by:
      pollDone in interface LinkamStage
    • getDataFileName

      public String getDataFileName()
      Description copied from interface: LinkamStage
      LinkamCI will used this if asked for a file name for the temperature data
      Specified by:
      getDataFileName in interface LinkamStage
      Returns:
      data filename