AntennaMake

class AntennaMake(antennaMake)[source]

Bases: object

A class for the AntennaMake enumeration.

Attributes Summary

AEM_12

AEM_12_ATF

IRAM_15

MITSUBISHI_12_A

MITSUBISHI_12_B

MITSUBISHI_7

UNDEFINED

VERTEX_12

VERTEX_12_ATF

Methods Summary

from_int(i)

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

name(antennaMake)

Returns the string form of antennaMake

names()

Return the list of all known AntennaMake enumeration names

newAntennaMake(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in AntennaMake

version()

the major version number as an int.

Attributes Documentation

AEM_12 = <pyasdm.enumerations.AntennaMake.AntennaMake object>
AEM_12_ATF = <pyasdm.enumerations.AntennaMake.AntennaMake object>
IRAM_15 = <pyasdm.enumerations.AntennaMake.AntennaMake object>
MITSUBISHI_12_A = <pyasdm.enumerations.AntennaMake.AntennaMake object>
MITSUBISHI_12_B = <pyasdm.enumerations.AntennaMake.AntennaMake object>
MITSUBISHI_7 = <pyasdm.enumerations.AntennaMake.AntennaMake object>
UNDEFINED = <pyasdm.enumerations.AntennaMake.AntennaMake object>
VERTEX_12 = <pyasdm.enumerations.AntennaMake.AntennaMake object>
VERTEX_12_ATF = <pyasdm.enumerations.AntennaMake.AntennaMake object>

Methods Documentation

static from_int(i)[source]

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

static name(antennaMake)[source]

Returns the string form of antennaMake

static names()[source]

Return the list of all known AntennaMake enumeration names

static newAntennaMake(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in AntennaMake

static version()[source]

the major version number as an int.