Package gda.device.temperature
Class DefaultStage
java.lang.Object
gda.device.temperature.DefaultStage
- All Implemented Interfaces:
LinkamStage
Default Linkam Stage. (i.e. one with no commands of its own) FIXME what is a stage ?
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLinkamCI will used this if asked for a file name for the temperature datavoidpollDone()Executes when poll timer firesvoidsendRamp(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
-
Constructor Details
-
DefaultStage
- Parameters:
linkamCI-
-
-
Method Details
-
sendStartupCommands
public void sendStartupCommands()Description copied from interface:LinkamStageLinkamCI will call this after sending its own startup commands- Specified by:
sendStartupCommandsin interfaceLinkamStage
-
sendRamp
Description copied from interface:LinkamStageLinkamCI will call this before sending a ramp- Specified by:
sendRampin interfaceLinkamStage- Parameters:
ramp-
-
startRamping
public void startRamping()Description copied from interface:LinkamStageLinkamCI will call this when ramping starts (start of ramp 0)- Specified by:
startRampingin interfaceLinkamStage
-
startExperiment
public void startExperiment()Description copied from interface:LinkamStageLinkamCI will call this at start of experiment (start of ramp 1)- Specified by:
startExperimentin interfaceLinkamStage
-
stop
public void stop()Description copied from interface:LinkamStageLinkamCI will call this when asked to stop- Specified by:
stopin interfaceLinkamStage
-
pollDone
public void pollDone()Executes when poll timer fires- Specified by:
pollDonein interfaceLinkamStage
-
getDataFileName
Description copied from interface:LinkamStageLinkamCI will used this if asked for a file name for the temperature data- Specified by:
getDataFileNamein interfaceLinkamStage- Returns:
- data filename
-