CorrelationMode¶
-
class
CorrelationMode(correlationMode)[source]¶ Bases:
objectA class for the CorrelationMode enumeration.
Attributes Summary
AUTO_ONLYCROSS_AND_AUTOCROSS_ONLYMethods Summary
from_int(i)Return a CorrelationMode 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 CorrelationMode enumerator value given a string
name(correlationMode)Returns the string form of correlationMode
names()Return the list of all known CorrelationMode enumeration names
newCorrelationMode(name)Equivalent to the literal method
revision()revision as a string.
size()the number of known enumerators in CorrelationMode
version()the major version number as an int.
Attributes Documentation
-
AUTO_ONLY= <pyasdm.enumerations.CorrelationMode.CorrelationMode object>¶
-
CROSS_AND_AUTO= <pyasdm.enumerations.CorrelationMode.CorrelationMode object>¶
-
CROSS_ONLY= <pyasdm.enumerations.CorrelationMode.CorrelationMode object>¶
Methods Documentation
-