SidebandProcessingMode

class SidebandProcessingMode(sidebandProcessingMode)[source]

Bases: object

A class for the SidebandProcessingMode enumeration.

Attributes Summary

FREQUENCY_OFFSET_REJECTION

FREQUENCY_OFFSET_SEPARATION

NONE

PHASE_SWITCH_REJECTION

PHASE_SWITCH_SEPARATION

Methods Summary

from_int(i)

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

name(sidebandProcessingMode)

Returns the string form of sidebandProcessingMode

names()

Return the list of all known SidebandProcessingMode enumeration names

newSidebandProcessingMode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in SidebandProcessingMode

version()

the major version number as an int.

Attributes Documentation

FREQUENCY_OFFSET_REJECTION = <pyasdm.enumerations.SidebandProcessingMode.SidebandProcessingMode object>
FREQUENCY_OFFSET_SEPARATION = <pyasdm.enumerations.SidebandProcessingMode.SidebandProcessingMode object>
NONE = <pyasdm.enumerations.SidebandProcessingMode.SidebandProcessingMode object>
PHASE_SWITCH_REJECTION = <pyasdm.enumerations.SidebandProcessingMode.SidebandProcessingMode object>
PHASE_SWITCH_SEPARATION = <pyasdm.enumerations.SidebandProcessingMode.SidebandProcessingMode object>

Methods Documentation

static from_int(i)[source]

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

static name(sidebandProcessingMode)[source]

Returns the string form of sidebandProcessingMode

static names()[source]

Return the list of all known SidebandProcessingMode enumeration names

static newSidebandProcessingMode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in SidebandProcessingMode

static version()[source]

the major version number as an int.