lemAutoRun
1.0
|
#include <PLemAutoRun.h>
Public Attributes | |
double | datetime |
time as obtained from the LS340 or the system More... | |
float | demand_T |
setpoint to be reached More... | |
float | measured_T |
measured temperature of the sample More... | |
float | heater |
sample heater More... | |
float | flow |
helium flow (read back) More... | |
float | pressure |
helium pressure at cryo outlet More... | |
Structure holding the information for the temperature stabilization handling
Definition at line 60 of file PLemAutoRun.h.
double SampleTempInfo::datetime |
time as obtained from the LS340 or the system
Definition at line 61 of file PLemAutoRun.h.
Referenced by PLemAutoRun::CheckTempStability(), PLemAutoRun::SampleTempAdjustFlow(), and PLemAutoRun::SampleTempTrend().
float SampleTempInfo::demand_T |
setpoint to be reached
Definition at line 62 of file PLemAutoRun.h.
Referenced by PLemAutoRun::CheckTempStability().
float SampleTempInfo::flow |
helium flow (read back)
Definition at line 65 of file PLemAutoRun.h.
Referenced by PLemAutoRun::CheckTempStability(), PLemAutoRun::SampleTempConsiderFlow(), PLemAutoRun::SampleTempConsiderNeedleValve(), and PLemAutoRun::SampleTempTrend().
float SampleTempInfo::heater |
sample heater
Definition at line 64 of file PLemAutoRun.h.
Referenced by PLemAutoRun::CheckTempStability(), PLemAutoRun::SampleTempAdjustFlow(), PLemAutoRun::SampleTempConsiderFlow(), PLemAutoRun::SampleTempStable(), and PLemAutoRun::SampleTempTrend().
float SampleTempInfo::measured_T |
measured temperature of the sample
Definition at line 63 of file PLemAutoRun.h.
Referenced by PLemAutoRun::CheckTempStability(), PLemAutoRun::SampleTempConsiderFlow(), PLemAutoRun::SampleTempStable(), and PLemAutoRun::SampleTempTrend().
float SampleTempInfo::pressure |
helium pressure at cryo outlet
Definition at line 66 of file PLemAutoRun.h.
Referenced by PLemAutoRun::CheckTempStability(), PLemAutoRun::SampleTempConsiderNeedleValve(), and PLemAutoRun::SampleTempTrend().