DopplerTrackingMode

class DopplerTrackingMode(dopplerTrackingMode)[source]

Bases: object

A class for the DopplerTrackingMode enumeration.

Attributes Summary

CONTINUOUS

NONE

SB_BASED

SCAN_BASED

Methods Summary

from_int(i)

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

name(dopplerTrackingMode)

Returns the string form of dopplerTrackingMode

names()

Return the list of all known DopplerTrackingMode enumeration names

newDopplerTrackingMode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in DopplerTrackingMode

version()

the major version number as an int.

Attributes Documentation

CONTINUOUS = <pyasdm.enumerations.DopplerTrackingMode.DopplerTrackingMode object>
NONE = <pyasdm.enumerations.DopplerTrackingMode.DopplerTrackingMode object>
SB_BASED = <pyasdm.enumerations.DopplerTrackingMode.DopplerTrackingMode object>
SCAN_BASED = <pyasdm.enumerations.DopplerTrackingMode.DopplerTrackingMode object>

Methods Documentation

static from_int(i)[source]

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

static name(dopplerTrackingMode)[source]

Returns the string form of dopplerTrackingMode

static names()[source]

Return the list of all known DopplerTrackingMode enumeration names

static newDopplerTrackingMode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in DopplerTrackingMode

static version()[source]

the major version number as an int.