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