AntennaType

class AntennaType(antennaType)[source]

Bases: object

A class for the AntennaType enumeration.

Attributes Summary

GROUND_BASED

SPACE_BASED

TRACKING_STN

Methods Summary

from_int(i)

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

name(antennaType)

Returns the string form of antennaType

names()

Return the list of all known AntennaType enumeration names

newAntennaType(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in AntennaType

version()

the major version number as an int.

Attributes Documentation

GROUND_BASED = <pyasdm.enumerations.AntennaType.AntennaType object>
SPACE_BASED = <pyasdm.enumerations.AntennaType.AntennaType object>
TRACKING_STN = <pyasdm.enumerations.AntennaType.AntennaType object>

Methods Documentation

static from_int(i)[source]

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

static name(antennaType)[source]

Returns the string form of antennaType

static names()[source]

Return the list of all known AntennaType enumeration names

static newAntennaType(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in AntennaType

static version()[source]

the major version number as an int.