#include <src/sensors/TurnerCyclops.h>
            TurnerCyclops_BTEX
            class
                
                The Variable sub-class used for the refined fuels (BTEX) output from a Turner Cyclops-7F.
- Reference
 - Detailed Descriptions
 
BTEX concentration is measured (and should be calibrated) in parts per million (ppm).
- Minimum detection limit: 0.4 ppm
 - Linear range: 0-20 ppm
 - LED (CWL): 255 nm
 - Excitation wavelength: <=290 nm
 - Emission wavelength: 350/50 nm
 - Power required (mW @12V): 530
 
Base classes
- class Variable
 - The variable class for a value and related metadata.
 
Constructors, destructors, conversion operators
- TurnerCyclops_BTEX(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsBTEX") explicit
 - Construct a new TurnerCyclops_
BTEX object.  - TurnerCyclops_BTEX()
 - Construct a new TurnerCyclops_
BTEX object.  - ~TurnerCyclops_BTEX()
 - Destroy the Turner Cyclops BTEX variable object - no action needed.
 
Function documentation
               TurnerCyclops_ BTEX:: TurnerCyclops_BTEX(TurnerCyclops* parentSense,
              const char* uuid = "",
              const char* varCode = "CyclopsBTEX") 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 "CyclopsBTEX". |