CorrelatorType

class CorrelatorType(correlatorType)[source]

Bases: object

A class for the CorrelatorType enumeration.

Attributes Summary

FX

FXF

XF

Methods Summary

from_int(i)

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

name(correlatorType)

Returns the string form of correlatorType

names()

Return the list of all known CorrelatorType enumeration names

newCorrelatorType(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in CorrelatorType

version()

the major version number as an int.

Attributes Documentation

FX = <pyasdm.enumerations.CorrelatorType.CorrelatorType object>
FXF = <pyasdm.enumerations.CorrelatorType.CorrelatorType object>
XF = <pyasdm.enumerations.CorrelatorType.CorrelatorType object>

Methods Documentation

static from_int(i)[source]

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

static name(correlatorType)[source]

Returns the string form of correlatorType

static names()[source]

Return the list of all known CorrelatorType enumeration names

static newCorrelatorType(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in CorrelatorType

static version()[source]

the major version number as an int.