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