PrimaryBeamDescription

class PrimaryBeamDescription(primaryBeamDescription)[source]

Bases: object

A class for the PrimaryBeamDescription enumeration.

Attributes Summary

APERTURE_FIELD_DISTRIBUTION

COMPLEX_FIELD_PATTERN

Methods Summary

from_int(i)

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

name(primaryBeamDescription)

Returns the string form of primaryBeamDescription

names()

Return the list of all known PrimaryBeamDescription enumeration names

newPrimaryBeamDescription(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in PrimaryBeamDescription

version()

the major version number as an int.

Attributes Documentation

APERTURE_FIELD_DISTRIBUTION = <pyasdm.enumerations.PrimaryBeamDescription.PrimaryBeamDescription object>
COMPLEX_FIELD_PATTERN = <pyasdm.enumerations.PrimaryBeamDescription.PrimaryBeamDescription object>

Methods Documentation

static from_int(i)[source]

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

static name(primaryBeamDescription)[source]

Returns the string form of primaryBeamDescription

static names()[source]

Return the list of all known PrimaryBeamDescription enumeration names

static newPrimaryBeamDescription(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in PrimaryBeamDescription

static version()[source]

the major version number as an int.