ThcsStatus¶
-
class
lsst.ts.MTDome.
ThcsStatus
¶ Bases:
lsst.ts.MTDome.mock_llc.base_mock_llc.BaseMockStatus
Represents the status of the Thermal Control System in simulation mode.
Methods Summary
determine_status
(current_tai)Determine the status of the Lower Level Component and store it in the llc_status dict
.setTemperature
(temperature)Set the preferred temperature in the dome. Methods Documentation
-
determine_status
(current_tai)¶ Determine the status of the Lower Level Component and store it in the llc_status
dict
.
-
setTemperature
(temperature)¶ Set the preferred temperature in the dome. It should mock cooling down or warming up but it doesn’t.
Parameters: - temperature: `float`
The preferred temperature (degrees Celsius). In reality this should be a realistic temperature in the range of about -30 C to +40 C but the provided temperature is not checked against this range.
-