HolographyChannelType¶
-
class
HolographyChannelType(holographyChannelType)[source]¶ Bases:
objectA class for the HolographyChannelType enumeration.
Attributes Summary
Q2QRQSR2RSS2Methods Summary
from_int(i)Return a HolographyChannelType 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 HolographyChannelType enumerator value given a string
name(holographyChannelType)Returns the string form of holographyChannelType
names()Return the list of all known HolographyChannelType enumeration names
newHolographyChannelType(name)Equivalent to the literal method
revision()revision as a string.
size()the number of known enumerators in HolographyChannelType
version()the major version number as an int.
Attributes Documentation
-
Q2= <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>¶
-
QR= <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>¶
-
QS= <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>¶
-
R2= <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>¶
-
RS= <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>¶
-
S2= <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>¶
Methods Documentation
-