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


TurnerCyclops_Tryptophan class

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

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

  • Miminum detection limit: 3 ppb
  • Linear range: 0-5,000 ppb
  • LED (CWL): 275 nm
  • Excitiation wavelength: -
  • Emission wavelength: 350/55
  • Power required (mW @12V): 540

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

TurnerCyclops_Tryptophan(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsTryptophan") explicit

Construct a new TurnerCyclops_Tryptophan 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 "CyclopsTryptophan".

TurnerCyclops_Tryptophan()

Construct a new TurnerCyclops_Tryptophan object.