ModularSensors > Classes > Variable > TurnerCyclops_CDOM
ModularSensors > Modules > Turner Cyclops-7F > TurnerCyclops_CDOM


TurnerCyclops_CDOM class

The Variable sub-class used for the CDOM output from a Turner Cyclops-7F.

CDOM/fDOM concentration is measured (and should be calibrated) in parts per billion (ppb).

  • Miminum detection limit:
    • 0.1 ppb Quinine Sulfate
    • 0.5 ppb PTSA (1,3,6,8-Pyrenetetrasulfonic Acid Tetrasodium Salt)
  • Linear range:
    • 0-1,500 ppb Quinine Sulfate
    • 0-3,000 ppb PTSA (1,3,6,8-Pyrenetetrasulfonic Acid Tetrasodium Salt)
  • LED (CWL): 365nm
  • Excitiation wavelength: 325/120 nm
  • Emission wavelength: 470/60 nm
  • Power required (mW @12V): 240

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

TurnerCyclops_CDOM(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsCDOM") explicit
Construct a new TurnerCyclops_CDOM object.
TurnerCyclops_CDOM()
Construct a new TurnerCyclops_CDOM object.

Function documentation

TurnerCyclops_CDOM(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsCDOM") explicit

Construct a new TurnerCyclops_CDOM object.

Parameters
parentSense The parent TurnerCyclops providing the result values.
uuid A universally unique identifier (UUID or GUID) for the variable; optional with the default value of an empty string.
varCode A short code to help identify the variable in files; optional with a default value of "CyclopsCDOM".

TurnerCyclops_CDOM()

Construct a new TurnerCyclops_CDOM object.