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


TurnerCyclops_Rhodamine class

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

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

  • Miminum detection limit: 0.01 ppb
  • Linear range: 0-1000 ppb
  • LED (CWL): 530 nm
  • Excitiation wavelength: 535/60 nm
  • Emission wavelength: 590-715 nm
  • Power required (mW @12V): 175

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

TurnerCyclops_Rhodamine(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsRhodamine") explicit

Construct a new TurnerCyclops_Rhodamine 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 "CyclopsRhodamine".

TurnerCyclops_Rhodamine()

Construct a new TurnerCyclops_Rhodamine object.