ProcessorType

class ProcessorType(processorType)[source]

Bases: object

A class for the ProcessorType enumeration.

Attributes Summary

CORRELATOR

RADIOMETER

SPECTROMETER

Methods 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

static from_int(i)[source]

Return a ProcessorType 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 ProcessorType enumerator value given a string

static name(processorType)[source]

Returns the string form of processorType

static names()[source]

Return the list of all known ProcessorType enumeration names

static newProcessorType(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in ProcessorType

static version()[source]

the major version number as an int.