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


TurnerCyclops_RedChlorophyll 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.3 µg/L
  • Linear range: 0-500 µg/L
  • LED (CWL): 635 nm
  • Excitiation wavelength: <=635 nm
  • Emission wavelength: >=695 nm
  • Power required (mW @12V): 240

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

TurnerCyclops_RedChlorophyll(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsRedChlorophyll") explicit

Construct a new TurnerCyclops_RedChlorophyll 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_RedChlorophyll()

Construct a new TurnerCyclops_RedChlorophyll object.