ReceiverSideband

class ReceiverSideband(receiverSideband)[source]

Bases: object

A class for the ReceiverSideband enumeration.

Attributes Summary

DSB

NOSB

SSB

TSB

Methods Summary

from_int(i)

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

name(receiverSideband)

Returns the string form of receiverSideband

names()

Return the list of all known ReceiverSideband enumeration names

newReceiverSideband(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in ReceiverSideband

version()

the major version number as an int.

Attributes Documentation

DSB = <pyasdm.enumerations.ReceiverSideband.ReceiverSideband object>
NOSB = <pyasdm.enumerations.ReceiverSideband.ReceiverSideband object>
SSB = <pyasdm.enumerations.ReceiverSideband.ReceiverSideband object>
TSB = <pyasdm.enumerations.ReceiverSideband.ReceiverSideband object>

Methods Documentation

static from_int(i)[source]

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

static name(receiverSideband)[source]

Returns the string form of receiverSideband

static names()[source]

Return the list of all known ReceiverSideband enumeration names

static newReceiverSideband(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in ReceiverSideband

static version()[source]

the major version number as an int.