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


TurnerCyclops_Phycocyanin class

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

Phycocyanin concentration is measured (and should be calibrated) in parts per billion (ppb).

  • Miminum detection limit: 2 ppb (Phycocyanin pigment from Prozyme diluted in Deionized water)
  • Linear range: 0-4,500 ppb
  • LED (CWL): 590 nm
  • Excitiation wavelength: 590/30 nm
  • Emission wavelength: >= 645 nm
  • Power required (mW @12V): 160

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

TurnerCyclops_Phycocyanin(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsPhycocyanin") explicit

Construct a new TurnerCyclops_Phycocyanin 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 "CyclopsPhycocyanin".

TurnerCyclops_Phycocyanin()

Construct a new TurnerCyclops_Phycocyanin object.