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