BasebandName¶
-
class
BasebandName(basebandName)[source]¶ Bases:
objectA class for the BasebandName enumeration.
Attributes Summary
A1C1_3BITA2C2_3BITAC_8BITB1D1_3BITB2D2_3BITBB_1BB_2BB_3BB_4BB_5BB_6BB_7BB_8BB_ALLBD_8BITNOBBMethods Summary
from_int(i)Return a BasebandName 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 BasebandName enumerator value given a string
name(basebandName)Returns the string form of basebandName
names()Return the list of all known BasebandName enumeration names
newBasebandName(name)Equivalent to the literal method
revision()revision as a string.
size()the number of known enumerators in BasebandName
version()the major version number as an int.
Attributes Documentation
-
A1C1_3BIT= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
A2C2_3BIT= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
AC_8BIT= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
B1D1_3BIT= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
B2D2_3BIT= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
BB_1= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
BB_2= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
BB_3= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
BB_4= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
BB_5= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
BB_6= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
BB_7= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
BB_8= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
BB_ALL= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
BD_8BIT= <pyasdm.enumerations.BasebandName.BasebandName object>¶
-
NOBB= <pyasdm.enumerations.BasebandName.BasebandName object>¶
Methods Documentation
-