Package gda.device.temperature
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 TypeMethodDescriptionLinkamCI will used this if asked for a file name for the temperature datavoidpollDone()LinkamCI will call this from within its own temperatureUpdatevoidsendRamp(TemperatureRamp ramp) LinkamCI will call this before sending a rampvoidLinkamCI will call this after sending its own startup commandsvoidLinkamCI will call this at start of experiment (start of ramp 1)voidLinkamCI will call this when ramping starts (start of ramp 0)voidstop()LinkamCI will call this when asked to stop
-
Method Details
-
sendStartupCommands
void sendStartupCommands()LinkamCI will call this after sending its own startup commands -
sendRamp
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
-