AccumMode

class AccumMode(accumMode)[source]

Bases: object

A class for the AccumMode enumeration.

Attributes Summary

FAST

NORMAL

UNDEFINED

Methods Summary

from_int(i)

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

name(accumMode)

Returns the string form of accumMode

names()

Return the list of all known AccumMode enumeration names

newAccumMode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in AccumMode

version()

the major version number as an int.

Attributes Documentation

FAST = <pyasdm.enumerations.AccumMode.AccumMode object>
NORMAL = <pyasdm.enumerations.AccumMode.AccumMode object>
UNDEFINED = <pyasdm.enumerations.AccumMode.AccumMode object>

Methods Documentation

static from_int(i)[source]

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

static name(accumMode)[source]

Returns the string form of accumMode

static names()[source]

Return the list of all known AccumMode enumeration names

static newAccumMode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in AccumMode

static version()[source]

the major version number as an int.