Interface LinkamStage

All Known Implementing Classes:
DefaultStage, DefaultStageT95, DscStage, DscStageT95

public interface LinkamStage
Stages connected to LinkamCI controllers must implement this interface
  • Method Summary

    Modifier and Type
    Method
    Description
    LinkamCI will used this if asked for a file name for the temperature data
    void
    LinkamCI will call this from within its own temperatureUpdate
    void
    LinkamCI will call this before sending a ramp
    void
    LinkamCI will call this after sending its own startup commands
    void
    LinkamCI will call this at start of experiment (start of ramp 1)
    void
    LinkamCI will call this when ramping starts (start of ramp 0)
    void
    LinkamCI will call this when asked to stop
  • Method Details

    • sendStartupCommands

      void sendStartupCommands()
      LinkamCI will call this after sending its own startup commands
    • sendRamp

      void sendRamp(TemperatureRamp ramp)
      LinkamCI will call this before sending a ramp
      Parameters:
      ramp -
    • startRamping

      void startRamping()
      LinkamCI will call this when ramping starts (start of ramp 0)
    • startExperiment

      void startExperiment()
      LinkamCI will call this at start of experiment (start of ramp 1)
    • stop

      void stop()
      LinkamCI will call this when asked to stop
    • pollDone

      void pollDone()
      LinkamCI will call this from within its own temperatureUpdate
    • getDataFileName

      String getDataFileName()
      LinkamCI will used this if asked for a file name for the temperature data
      Returns:
      data filename