FrequencyReferenceCode

class FrequencyReferenceCode(frequencyReferenceCode)[source]

Bases: object

A class for the FrequencyReferenceCode enumeration.

Attributes Summary

BARY

GALACTO

GEO

LABREST

LSRD

LSRK

REST

TOPO

Methods Summary

from_int(i)

Return a FrequencyReferenceCode 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 FrequencyReferenceCode enumerator value given a string

name(frequencyReferenceCode)

Returns the string form of frequencyReferenceCode

names()

Return the list of all known FrequencyReferenceCode enumeration names

newFrequencyReferenceCode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in FrequencyReferenceCode

version()

the major version number as an int.

Attributes Documentation

BARY = <pyasdm.enumerations.FrequencyReferenceCode.FrequencyReferenceCode object>
GALACTO = <pyasdm.enumerations.FrequencyReferenceCode.FrequencyReferenceCode object>
GEO = <pyasdm.enumerations.FrequencyReferenceCode.FrequencyReferenceCode object>
LABREST = <pyasdm.enumerations.FrequencyReferenceCode.FrequencyReferenceCode object>
LSRD = <pyasdm.enumerations.FrequencyReferenceCode.FrequencyReferenceCode object>
LSRK = <pyasdm.enumerations.FrequencyReferenceCode.FrequencyReferenceCode object>
REST = <pyasdm.enumerations.FrequencyReferenceCode.FrequencyReferenceCode object>
TOPO = <pyasdm.enumerations.FrequencyReferenceCode.FrequencyReferenceCode object>

Methods Documentation

static from_int(i)[source]

Return a FrequencyReferenceCode 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 FrequencyReferenceCode enumerator value given a string

static name(frequencyReferenceCode)[source]

Returns the string form of frequencyReferenceCode

static names()[source]

Return the list of all known FrequencyReferenceCode enumeration names

static newFrequencyReferenceCode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in FrequencyReferenceCode

static version()[source]

the major version number as an int.