SwitchingMode

class SwitchingMode(switchingMode)[source]

Bases: object

A class for the SwitchingMode enumeration.

Attributes Summary

CHOPPER_WHEEL

FREQUENCY_SWITCHING

LOAD_SWITCHING

NO_SWITCHING

NUTATOR_SWITCHING

PHASE_SWITCHING

POSITION_SWITCHING

Methods Summary

from_int(i)

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

name(switchingMode)

Returns the string form of switchingMode

names()

Return the list of all known SwitchingMode enumeration names

newSwitchingMode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in SwitchingMode

version()

the major version number as an int.

Attributes Documentation

CHOPPER_WHEEL = <pyasdm.enumerations.SwitchingMode.SwitchingMode object>
FREQUENCY_SWITCHING = <pyasdm.enumerations.SwitchingMode.SwitchingMode object>
LOAD_SWITCHING = <pyasdm.enumerations.SwitchingMode.SwitchingMode object>
NO_SWITCHING = <pyasdm.enumerations.SwitchingMode.SwitchingMode object>
NUTATOR_SWITCHING = <pyasdm.enumerations.SwitchingMode.SwitchingMode object>
PHASE_SWITCHING = <pyasdm.enumerations.SwitchingMode.SwitchingMode object>
POSITION_SWITCHING = <pyasdm.enumerations.SwitchingMode.SwitchingMode object>

Methods Documentation

static from_int(i)[source]

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

static name(switchingMode)[source]

Returns the string form of switchingMode

static names()[source]

Return the list of all known SwitchingMode enumeration names

static newSwitchingMode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in SwitchingMode

static version()[source]

the major version number as an int.