CalibrationFunction

class CalibrationFunction(calibrationFunction)[source]

Bases: object

A class for the CalibrationFunction enumeration.

Attributes Summary

FIRST

LAST

UNSPECIFIED

Methods Summary

from_int(i)

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

name(calibrationFunction)

Returns the string form of calibrationFunction

names()

Return the list of all known CalibrationFunction enumeration names

newCalibrationFunction(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in CalibrationFunction

version()

the major version number as an int.

Attributes Documentation

FIRST = <pyasdm.enumerations.CalibrationFunction.CalibrationFunction object>
LAST = <pyasdm.enumerations.CalibrationFunction.CalibrationFunction object>
UNSPECIFIED = <pyasdm.enumerations.CalibrationFunction.CalibrationFunction object>

Methods Documentation

static from_int(i)[source]

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

static name(calibrationFunction)[source]

Returns the string form of calibrationFunction

static names()[source]

Return the list of all known CalibrationFunction enumeration names

static newCalibrationFunction(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in CalibrationFunction

static version()[source]

the major version number as an int.