CorrelatorType¶
-
class
CorrelatorType(correlatorType)[source]¶ Bases:
objectA class for the CorrelatorType enumeration.
Attributes Summary
FXFXFXFMethods 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
-