BasebandName

class BasebandName(basebandName)[source]

Bases: object

A class for the BasebandName enumeration.

Attributes Summary

A1C1_3BIT

A2C2_3BIT

AC_8BIT

B1D1_3BIT

B2D2_3BIT

BB_1

BB_2

BB_3

BB_4

BB_5

BB_6

BB_7

BB_8

BB_ALL

BD_8BIT

NOBB

Methods 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

static from_int(i)[source]

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

static name(basebandName)[source]

Returns the string form of basebandName

static names()[source]

Return the list of all known BasebandName enumeration names

static newBasebandName(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in BasebandName

static version()[source]

the major version number as an int.