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


TurnerCyclops_Phycoerythrin class

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

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

  • Miminum detection limit: 0.1 ppb (Phycoerythrin pigment from Prozyme diluted in Deionized water)
  • Linear range: 0-750 ppb
  • LED (CWL): 525 nm
  • Excitiation wavelength: 515-547 nm
  • Emission wavelength: >=590 nm
  • Power required (mW @12V): 270

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

TurnerCyclops_Phycoerythrin(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsPhycoerythrin") explicit

Construct a new TurnerCyclops_Phycoerythrin 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 "CyclopsPhycoerythrin".

TurnerCyclops_Phycoerythrin()

Construct a new TurnerCyclops_Phycoerythrin object.