NetSideband

class NetSideband(netSideband)[source]

Bases: object

A class for the NetSideband enumeration.

Attributes Summary

DSB

LSB

NOSB

USB

Methods Summary

from_int(i)

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

name(netSideband)

Returns the string form of netSideband

names()

Return the list of all known NetSideband enumeration names

newNetSideband(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in NetSideband

version()

the major version number as an int.

Attributes Documentation

DSB = <pyasdm.enumerations.NetSideband.NetSideband object>
LSB = <pyasdm.enumerations.NetSideband.NetSideband object>
NOSB = <pyasdm.enumerations.NetSideband.NetSideband object>
USB = <pyasdm.enumerations.NetSideband.NetSideband object>

Methods Documentation

static from_int(i)[source]

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

static name(netSideband)[source]

Returns the string form of netSideband

static names()[source]

Return the list of all known NetSideband enumeration names

static newNetSideband(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in NetSideband

static version()[source]

the major version number as an int.