TimeScale

class TimeScale(timeScale)[source]

Bases: object

A class for the TimeScale enumeration.

Attributes Summary

TAI

UTC

Methods Summary

from_int(i)

Return a TimeScale from an integration matching an enumeration.

getName()

Return the name of this enumeration.

getValue()

Return the integer value of this enumeration.

literal(name)

Return the TimeScale enumerator value given a string

name(timeScale)

Returns the string form of timeScale

names()

Return the list of all known TimeScale enumeration names

newTimeScale(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in TimeScale

version()

the major version number as an int.

Attributes Documentation

TAI = <pyasdm.enumerations.TimeScale.TimeScale object>
UTC = <pyasdm.enumerations.TimeScale.TimeScale object>

Methods Documentation

static from_int(i)[source]

Return a TimeScale from an integration matching an enumeration.

getName()[source]

Return the name of this enumeration.

getValue()[source]

Return the integer value of this enumeration.

static literal(name)[source]

Return the TimeScale enumerator value given a string

static name(timeScale)[source]

Returns the string form of timeScale

static names()[source]

Return the list of all known TimeScale enumeration names

static newTimeScale(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in TimeScale

static version()[source]

the major version number as an int.