OceanDirectLighthouse 3.1.3
OceanDirect Lighthouse Python API
|
Python class containing spectrum and metadata (tickcount). More...
Public Member Functions | |
__init__ (self, list[float] newSpectrum, int newTickCount) | |
Public Attributes | |
spectrum = newSpectrum | |
tickCount = newTickCount | |
Python class containing spectrum and metadata (tickcount).
Definition at line 39 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.SpectrumWithMetadata.__init__ | ( | self, | |
list[float] | newSpectrum, | ||
int | newTickCount ) |
Definition at line 43 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.SpectrumWithMetadata.spectrum = newSpectrum |
Definition at line 44 of file LighthouseTypes.py.
Python.oceandirect.LighthouseTypes.SpectrumWithMetadata.tickCount = newTickCount |
Definition at line 45 of file LighthouseTypes.py.