#include <src/sensors/TurnerCyclops.h>
TurnerCyclops_PTSA
class
The Variable sub-class used for the PTSA output from a Turner Cyclops-7F.
- Reference
- Detailed Descriptions
PTSA concentration is measured (and should be calibrated) in parts per billion (ppb).
- Miminum detection limit: 0.1 ppb
- Linear range: 0-650 ppb
- LED (CWL): 365
- Excitiation wavelength: 325/120 nm
- Emission wavelength: 405/10 nm
- Power required (mW @12V): 320
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- TurnerCyclops_PTSA(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsPTSA") explicit
- Construct a new TurnerCyclops_
PTSA object. - TurnerCyclops_PTSA()
- Construct a new TurnerCyclops_
PTSA object. - ~TurnerCyclops_PTSA()
- Destroy the Turner Cyclops PTSA variable object - no action needed.
Function documentation
TurnerCyclops_ PTSA:: TurnerCyclops_PTSA(TurnerCyclops* parentSense,
const char* uuid = "",
const char* varCode = "CyclopsPTSA") 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 "CyclopsPTSA". |