1#ifndef SQUIDSTATLIBRARY_AISDATAPOINTS_H
2#define SQUIDSTATLIBRARY_AISDATAPOINTS_H
a structure containing AC data information.
Definition: AisDataPoints.h:40
double realImpedance
the real part of the complex impedance.
Definition: AisDataPoints.h:60
double timestamp
the time at which the AC data arrived.
Definition: AisDataPoints.h:45
double DCCurrent
the DC electric current value in Amps
Definition: AisDataPoints.h:93
double numberOfCycles
the number of cycles specific to the reported frequency.
Definition: AisDataPoints.h:83
double imagImpedance
the imaginary part of the complex impedance.
Definition: AisDataPoints.h:65
double totalHarmonicDistortion
the percentage of the total harmonic distortion in the AC signal.
Definition: AisDataPoints.h:75
double voltageAmplitude
the amplitude of the AC voltage.
Definition: AisDataPoints.h:103
double absoluteImpedance
the magnitude of the complex impedance.
Definition: AisDataPoints.h:55
double currentAmplitude
the amplitude of the AC current.
Definition: AisDataPoints.h:98
double frequency
the applied frequency in Hz.
Definition: AisDataPoints.h:50
double workingElectrodeDCVoltage
the DC working electrode voltage in volts.
Definition: AisDataPoints.h:88
double phaseAngle
the phase angle between the real and the imaginary parts of the impedance.
Definition: AisDataPoints.h:70
a structure containing DC data information.
Definition: AisDataPoints.h:9
double counterElectrodeVoltage
the measured counter electrode voltage in volts.
Definition: AisDataPoints.h:24
double current
the measured electric current value in Amps
Definition: AisDataPoints.h:29
double workingElectrodeVoltage
the measured working electrode voltage in volts.
Definition: AisDataPoints.h:19
double timestamp
the time at which the DC data arrived.
Definition: AisDataPoints.h:14
double temperature
the measured temperature in Celsius.
Definition: AisDataPoints.h:34
a structure containing some information regarding the running element.
Definition: AisDataPoints.h:109
QString stepName
This is the name of the current element running.
Definition: AisDataPoints.h:114
int stepNumber
this number is the order of the element within the custom experiment.
Definition: AisDataPoints.h:119
int substepNumber
this number is the order of the step within the element.
Definition: AisDataPoints.h:124
int cycle
this number is cycle within the element.
Definition: AisDataPoints.h:130