Time Period ( antares.model.property.TimePeriod )

class antares.model.property.TimePeriod

Bases: object

A derived property of the existence time for the locus-aggregated alert. It is a data type of Property.

Attributes Summary

start The start of the time period.
end The end of the time period.

Methods Summary

Attributes Documentation

start = None

The start of the time period.

Type:timestamp
end = None

The end of the time period.

Type:timestamp

Methods Documentation