assisi / playground

Extensions to the Enki simulator for the ASSISI|bf project.
Other
2 stars 3 forks source link

Harmonise the temperature readings from physical and simulated CASUs #62

Open rmm-fcul opened 8 years ago

rmm-fcul commented 8 years ago

Physical CASUs make available 7 temperature readings through the python API: L/R/F/B WAX, CASU, PCB

Simulated CASUs make available 5 readings: L/R/F/B TOP

  1. The same interface should be presented for both types of CASU (including rows generated in the logfile), even if the sensor types are not implemented. (e.g. the TEMP_PCB does not make sense from simulation). The convention for absent sensors is the value=-1, and keeping to this would enable consistent processing.
  2. does TEMP_TOP correspond to TEMP_CASU? Having both is confusing.