CommandTime

class lsst.ts.mtdome.CommandTime(command: str, tai: float)

Bases: object

Class representing the TAI time at which a command was issued.

Attributes
commandstr

The command issued.

taifloat

TAI time as unix seconds, e.g. the time returned by CLOCK_TAI on linux systems.