AxisName

class AxisName(axisName)[source]

Bases: object

A class for the AxisName enumeration.

Attributes Summary

ANT

APC

BAB

BAL

BIN

HOL

POL

SIB

SPP

SPW

STO

SUB

TIM

Methods Summary

from_int(i)

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

name(axisName)

Returns the string form of axisName

names()

Return the list of all known AxisName enumeration names

newAxisName(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in AxisName

version()

the major version number as an int.

Attributes Documentation

ANT = <pyasdm.enumerations.AxisName.AxisName object>
APC = <pyasdm.enumerations.AxisName.AxisName object>
BAB = <pyasdm.enumerations.AxisName.AxisName object>
BAL = <pyasdm.enumerations.AxisName.AxisName object>
BIN = <pyasdm.enumerations.AxisName.AxisName object>
HOL = <pyasdm.enumerations.AxisName.AxisName object>
POL = <pyasdm.enumerations.AxisName.AxisName object>
SIB = <pyasdm.enumerations.AxisName.AxisName object>
SPP = <pyasdm.enumerations.AxisName.AxisName object>
SPW = <pyasdm.enumerations.AxisName.AxisName object>
STO = <pyasdm.enumerations.AxisName.AxisName object>
SUB = <pyasdm.enumerations.AxisName.AxisName object>
TIM = <pyasdm.enumerations.AxisName.AxisName object>

Methods Documentation

static from_int(i)[source]

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

static name(axisName)[source]

Returns the string form of axisName

static names()[source]

Return the list of all known AxisName enumeration names

static newAxisName(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in AxisName

static version()[source]

the major version number as an int.