Loading...
Searching...
No Matches
Helpers

Miscellaneous objects used to represent device configurations as well as manipulate and hold data. More...

Classes

class  AisCompRange
 This class has advanced options controlling the device stability including the bandwidth index and the stability factor. More...
 
struct  AisDCData
 A structure containing DC data collected from the instrument. More...
 
struct  AisACData
 A structure containing AC data collected from the instrument. More...
 
struct  AisExperimentNode
 A structure containing some information regarding the running element. More...
 
class  AisDataManipulator
 This class offers advanced control over pulse data collection and manipulation. It provides methods to manipulate AIS primary data for all three pulse voltammetry experiments types, namely Differential Pulse Voltammetry (DPV), Square Wave Voltammetry (SWV), and Normal Pulse Voltammetry (NPV). More...
 

Enumerations

enum  AisPulseType { DifferentialPulse = 0 , NormalPulse = 1 , SquarewavePulse = 2 }
 This enum represents different pulse types, it is intended to tell the AisDataManipulator class how to calculate various pulse experiment parameters. More...
 

Enumeration Type Documentation

◆ AisPulseType

Enumerator
NormalPulse 

Corresponds to AisDiffPulseVoltammetryElement.

SquarewavePulse 

Corresponds to AisNormPulseVoltammetryElement.