#include <src/sensors/TurnerCyclops.h>
TurnerCyclops_Rhodamine
class
The Variable sub-class used for the Rhodamine output from a Turner Cyclops-7F.
- Reference
- Detailed Descriptions
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. - ~TurnerCyclops_Rhodamine()
- Destroy the Turner Cyclops Rhodamine variable object - no action needed.
Function documentation
TurnerCyclops_ Rhodamine:: TurnerCyclops_Rhodamine(TurnerCyclops* parentSense,
const char* uuid = "",
const char* varCode = "CyclopsRhodamine") explicit
Construct a new TurnerCyclops_
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". |