ReceiverSideband¶
-
class
ReceiverSideband(receiverSideband)[source]¶ Bases:
objectA class for the ReceiverSideband enumeration.
Attributes Summary
DSBNOSBSSBTSBMethods 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
-