SBType¶
-
class
SBType(sBType)[source]¶ Bases:
objectA class for the SBType enumeration.
Attributes Summary
EXPERTOBSERVATORYOBSERVERMethods Summary
from_int(i)Return a SBType 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 SBType enumerator value given a string
name(sBType)Returns the string form of sBType
names()Return the list of all known SBType enumeration names
newSBType(name)Equivalent to the literal method
revision()revision as a string.
size()the number of known enumerators in SBType
version()the major version number as an int.
Attributes Documentation
-
EXPERT= <pyasdm.enumerations.SBType.SBType object>¶
-
OBSERVATORY= <pyasdm.enumerations.SBType.SBType object>¶
-
OBSERVER= <pyasdm.enumerations.SBType.SBType object>¶
Methods Documentation
-