OceanDirectLighthouse 3.1.3
OceanDirect Lighthouse Python API
Python.oceandirect.LighthouseTypes.SpectrumWithMetadata Class Reference

Python class containing spectrum and metadata (tickcount). More...

Public Member Functions

 __init__ (self, list[float] newSpectrum, int newTickCount)
 

Public Attributes

 spectrum = newSpectrum
 
 tickCount = newTickCount
 

Detailed Description

Python class containing spectrum and metadata (tickcount).

Definition at line 39 of file LighthouseTypes.py.

Constructor & Destructor Documentation

◆ __init__()

Python.oceandirect.LighthouseTypes.SpectrumWithMetadata.__init__ ( self,
list[float] newSpectrum,
int newTickCount )

Definition at line 43 of file LighthouseTypes.py.

Member Data Documentation

◆ spectrum

Python.oceandirect.LighthouseTypes.SpectrumWithMetadata.spectrum = newSpectrum

Definition at line 44 of file LighthouseTypes.py.

◆ tickCount

Python.oceandirect.LighthouseTypes.SpectrumWithMetadata.tickCount = newTickCount

Definition at line 45 of file LighthouseTypes.py.