CommandTime¶
- class lsst.ts.mtdome.CommandTime(command: CommandName, tai: float)¶
Bases:
object
Class representing the TAI time at which a command was issued.
- Attributes:
- command
CommandName
The command issued.
- tai
float
TAI time as unix seconds, e.g. the time returned by CLOCK_TAI on linux systems.
- command