HolographyChannelType

class HolographyChannelType(holographyChannelType)[source]

Bases: object

A class for the HolographyChannelType enumeration.

Attributes Summary

Q2

QR

QS

R2

RS

S2

Methods Summary

from_int(i)

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

name(holographyChannelType)

Returns the string form of holographyChannelType

names()

Return the list of all known HolographyChannelType enumeration names

newHolographyChannelType(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in HolographyChannelType

version()

the major version number as an int.

Attributes Documentation

Q2 = <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>
QR = <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>
QS = <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>
R2 = <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>
RS = <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>
S2 = <pyasdm.enumerations.HolographyChannelType.HolographyChannelType object>

Methods Documentation

static from_int(i)[source]

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

static name(holographyChannelType)[source]

Returns the string form of holographyChannelType

static names()[source]

Return the list of all known HolographyChannelType enumeration names

static newHolographyChannelType(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in HolographyChannelType

static version()[source]

the major version number as an int.