PointingModelMode

class PointingModelMode(pointingModelMode)[source]

Bases: object

A class for the PointingModelMode enumeration.

Attributes Summary

OPTICAL

RADIO

Methods Summary

from_int(i)

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

name(pointingModelMode)

Returns the string form of pointingModelMode

names()

Return the list of all known PointingModelMode enumeration names

newPointingModelMode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in PointingModelMode

version()

the major version number as an int.

Attributes Documentation

OPTICAL = <pyasdm.enumerations.PointingModelMode.PointingModelMode object>
RADIO = <pyasdm.enumerations.PointingModelMode.PointingModelMode object>

Methods Documentation

static from_int(i)[source]

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

static name(pointingModelMode)[source]

Returns the string form of pointingModelMode

static names()[source]

Return the list of all known PointingModelMode enumeration names

static newPointingModelMode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in PointingModelMode

static version()[source]

the major version number as an int.