CommandTime#

class lsst.ts.mtdomecom.CommandTime(command, tai)#

Bases: object

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

command#

The command issued.

Type:

CommandName

tai#

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

Type:

float

Parameters:

Attributes Summary

Attributes Documentation

command: CommandName = <dataclasses._MISSING_TYPE object>#
tai: float = <dataclasses._MISSING_TYPE object>#