TimeSampling

class TimeSampling(timeSampling)[source]

Bases: object

A class for the TimeSampling enumeration.

Attributes Summary

INTEGRATION

SUBINTEGRATION

Methods Summary

from_int(i)

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

name(timeSampling)

Returns the string form of timeSampling

names()

Return the list of all known TimeSampling enumeration names

newTimeSampling(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in TimeSampling

version()

the major version number as an int.

Attributes Documentation

INTEGRATION = <pyasdm.enumerations.TimeSampling.TimeSampling object>
SUBINTEGRATION = <pyasdm.enumerations.TimeSampling.TimeSampling object>

Methods Documentation

static from_int(i)[source]

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

static name(timeSampling)[source]

Returns the string form of timeSampling

static names()[source]

Return the list of all known TimeSampling enumeration names

static newTimeSampling(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in TimeSampling

static version()[source]

the major version number as an int.