FocusMethod

class FocusMethod(focusMethod)[source]

Bases: object

A class for the FocusMethod enumeration.

Attributes Summary

FIVE_POINT

HOLOGRAPHY

THREE_POINT

Methods Summary

from_int(i)

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

name(focusMethod)

Returns the string form of focusMethod

names()

Return the list of all known FocusMethod enumeration names

newFocusMethod(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in FocusMethod

version()

the major version number as an int.

Attributes Documentation

FIVE_POINT = <pyasdm.enumerations.FocusMethod.FocusMethod object>
HOLOGRAPHY = <pyasdm.enumerations.FocusMethod.FocusMethod object>
THREE_POINT = <pyasdm.enumerations.FocusMethod.FocusMethod object>

Methods Documentation

static from_int(i)[source]

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

static name(focusMethod)[source]

Returns the string form of focusMethod

static names()[source]

Return the list of all known FocusMethod enumeration names

static newFocusMethod(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in FocusMethod

static version()[source]

the major version number as an int.