SwitchingMode¶
-
class
SwitchingMode(switchingMode)[source]¶ Bases:
objectA class for the SwitchingMode enumeration.
Attributes Summary
CHOPPER_WHEELFREQUENCY_SWITCHINGLOAD_SWITCHINGNO_SWITCHINGNUTATOR_SWITCHINGPHASE_SWITCHINGPOSITION_SWITCHINGMethods 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
-