PositionMethod

class PositionMethod(positionMethod)[source]

Bases: object

A class for the PositionMethod enumeration.

Attributes Summary

DELAY_FITTING

PHASE_FITTING

Methods Summary

from_int(i)

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

name(positionMethod)

Returns the string form of positionMethod

names()

Return the list of all known PositionMethod enumeration names

newPositionMethod(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in PositionMethod

version()

the major version number as an int.

Attributes Documentation

DELAY_FITTING = <pyasdm.enumerations.PositionMethod.PositionMethod object>
PHASE_FITTING = <pyasdm.enumerations.PositionMethod.PositionMethod object>

Methods Documentation

static from_int(i)[source]

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

static name(positionMethod)[source]

Returns the string form of positionMethod

static names()[source]

Return the list of all known PositionMethod enumeration names

static newPositionMethod(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in PositionMethod

static version()[source]

the major version number as an int.