3#include "AisAbstractElement.h"
4#include "AisSquidstatGlobal.h"
7class CyclicVoltammetryElement;
35 double firstVoltageLimit,
36 double secondVoltageLimit,
39 double samplingInterval);
297 std::shared_ptr<CyclicVoltammetryElement> m_dataDerived;
This experiment sweeps the potential of the working electrode back and forth between the first voltag...
Definition: AisCyclicVoltammetryElement.h:22
AisCyclicVoltammetryElement & operator=(const AisCyclicVoltammetryElement &)
overload equal to operator for the AisCyclicVoltammetryElement object.
void setSecondVoltageLimit(double v2)
set the second voltage-limit
bool isSecondVoltageLimitVsOCP() const
tells whether the second voltage-limit is set with respect to the open circuit voltage or not.
void setAlphaFactor(double alphaFactor)
alpha factor controls the percentage of data sampled during a given interval. Data will be averaged o...
double getQuietTime() const
Gets the quiet time duration.
unsigned int getNumberOfCycles()
get the value set for the number of cycles
void setAutoRange()
set to auto-select the current range.
double getStartVoltage() const
get the value set for the start voltage
double getFirstVoltageLimit() const
get the value set for the first voltage-limit.
void setApproxMaxCurrent(double approxMaxCurrent)
set maximum current expected, for manual current range selection.
double getSecondVoltageLimit() const
get the value set for the second voltage-limit
bool isAutoRange() const
tells whether the current range is set to auto-select or not.
void setFirstVoltageLimit(double v1)
set the first voltage-limit
AisCyclicVoltammetryElement(const AisCyclicVoltammetryElement &)
copy constructor for the AisCyclicVoltammetryElement object.
AisCyclicVoltammetryElement(double startVoltage, double firstVoltageLimit, double secondVoltageLimit, double endVoltage, double dEdt, double samplingInterval)
constructor of the cyclic voltammetry element.
void setdEdt(double dEdt)
set the value for the constant scan rate dE/dt.
bool isEndVoltageVsOCP() const
tells whether the end voltage is set with respect to the open circuit voltage or the reference termin...
bool isFirstVoltageLimitVsOCP() const
tells whether the first voltage-limit is set with respect to the open circuit voltage or not.
void setEndVoltage(double endVoltage)
set the ending potential value.
double getEndVoltage() const
get the value set for the ending potential value.
void setSecondVoltageLimitVsOCP(bool secondVoltageLimitVsOCP)
set whether to reference the second voltage-limit against the open-circuit voltage or not.
double getAlphaFactor() const
Get the value set for the alpha factor.
double getQuietTimeSamplingInterval() const
gets the potential sampling interval.
void setQuietTime(double quietTime)
Sets the quiet time duration.
double getdEdt() const
get the value set for the constant scan rate dE/dt.
void setFirstVoltageLimitVsOCP(bool firstVoltageLimitVsOCP)
set whether to reference the first voltage-limit against the open-circuit voltage or not.
void setStartVoltage(double startVoltage)
set the value for the start voltage.
double getApproxMaxCurrent() const
get the value set for the expected maximum current.
QString getName() const override
get the name of the element.
double getSamplingInterval() const
get how frequently we are sampling the data.
bool isStartVoltageVsOCP() const
tells whether the start voltage is set with respect to the open circuit voltage or not.
void setEndVoltageVsOCP(bool endVoltageVsOCP)
set whether to reference the end voltage against the open-circuit voltage or the reference terminal.
void setQuietTimeSamplingInterval(double quietTimeSamplingInterval)
Sets the quiet time sampling interval.
void setStartVoltageVsOCP(bool startVoltageVsOCP)
set whether to reference the start voltage against the open-circuit voltage or the reference terminal...
void setSamplingInterval(double sampInterval)
set how frequently we are sampling the data.
void setNumberOfCycles(unsigned int cycles)
set the number of cycles to oscillate between the first voltage-limit and the second voltage-limit.
QStringList getCategory() const override
get a list of applicable categories of the element.