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