DetectorBandType

class DetectorBandType(detectorBandType)[source]

Bases: object

A class for the DetectorBandType enumeration.

Attributes Summary

BASEBAND

DOWN_CONVERTER

HOLOGRAPHY_RECEIVER

SUBBAND

Methods 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

static from_int(i)[source]

Return a DetectorBandType from an integration matching an enumeration.

getName()[source]

Return the name of this enumeration.

getValue()[source]

Return the integer value of this enumeration.

static literal(name)[source]

Return the DetectorBandType enumerator value given a string

static name(detectorBandType)[source]

Returns the string form of detectorBandType

static names()[source]

Return the list of all known DetectorBandType enumeration names

static newDetectorBandType(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in DetectorBandType

static version()[source]

the major version number as an int.