ProcessorSubType

class ProcessorSubType(processorSubType)[source]

Bases: object

A class for the ProcessorSubType enumeration.

Attributes Summary

ALMA_CORRELATOR_MODE

ALMA_RADIOMETER

HOLOGRAPHY

SQUARE_LAW_DETECTOR

Methods Summary

from_int(i)

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

name(processorSubType)

Returns the string form of processorSubType

names()

Return the list of all known ProcessorSubType enumeration names

newProcessorSubType(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in ProcessorSubType

version()

the major version number as an int.

Attributes Documentation

ALMA_CORRELATOR_MODE = <pyasdm.enumerations.ProcessorSubType.ProcessorSubType object>
ALMA_RADIOMETER = <pyasdm.enumerations.ProcessorSubType.ProcessorSubType object>
HOLOGRAPHY = <pyasdm.enumerations.ProcessorSubType.ProcessorSubType object>
SQUARE_LAW_DETECTOR = <pyasdm.enumerations.ProcessorSubType.ProcessorSubType object>

Methods Documentation

static from_int(i)[source]

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

static name(processorSubType)[source]

Returns the string form of processorSubType

static names()[source]

Return the list of all known ProcessorSubType enumeration names

static newProcessorSubType(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in ProcessorSubType

static version()[source]

the major version number as an int.