Squidstat API User Manual
|
a structure containing AC data information. More...
#include <AisDataPoints.h>
Public Attributes | |
double | timestamp |
the time at which the AC data arrived. | |
double | frequency |
the applied frequency in Hz. | |
double | absoluteImpedance |
the magnitude of the complex impedance. | |
double | realImpedance |
the real part of the complex impedance. | |
double | imagImpedance |
the imaginary part of the complex impedance. | |
double | phaseAngle |
the phase angle between the real and the imaginary parts of the impedance. | |
double | totalHarmonicDistortion |
the percentage of the total harmonic distortion in the AC signal. | |
double | numberOfCycles |
the number of cycles specific to the reported frequency. More... | |
double | workingElectrodeDCVoltage |
the DC working electrode voltage in volts. | |
double | DCCurrent |
the DC electric current value in Amps | |
double | currentAmplitude |
the amplitude of the AC current. | |
double | voltageAmplitude |
the amplitude of the AC voltage. | |
a structure containing AC data information.
double AisACData::numberOfCycles |
the number of cycles specific to the reported frequency.
In EIS, we run a range of frequencies. For each frequency, a specific number of cycles are run. The higher the frequency, the more number of cycles.