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


TurnerCyclops_Chlorophyll class

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

Chlorophyll concentration is measured (and should be calibrated) in micrograms per Liter (µ/L).

  • Miminum detection limit: 0.03 µg/L
  • Linear range: 0-500 µg/L
  • LED (CWL): 460 nm
  • Excitiation wavelength: 465/170 nm
  • Emission wavelength: 696/44 nm
  • Power required (mW @12V): 240

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

TurnerCyclops_Chlorophyll(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsChlorophyll") explicit

Construct a new TurnerCyclops_Chlorophyll 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 "CyclopsChlorophyll".

TurnerCyclops_Chlorophyll()

Construct a new TurnerCyclops_Chlorophyll object.