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


TurnerCyclops_PTSA class

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

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.

Function documentation

TurnerCyclops_PTSA(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsPTSA") explicit

Construct a new TurnerCyclops_PTSA 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 "CyclopsPTSA".

TurnerCyclops_PTSA()

Construct a new TurnerCyclops_PTSA object.