3#include "AisAbstractElement.h"
4#include "AisSquidstatGlobal.h"
7class SquareWaveVoltammetryElement;
39 [[deprecated(
"Use the constructor with the approxMaxCurrent parameter instead.")]]
45 double pulseFrequency);
61 double pulseFrequency,
62 double approxMaxCurrent);
222 [[deprecated(
"No longer supports auto range for this element. Specify the current using setApproxMaxCurrent(). The device will determine the appropriate range based on the current value.")]]
232 [[deprecated(
"Specify the current using setApproxMaxCurrent(). The device will determine the appropriate range based on the current value.")]]
269 std::shared_ptr<SquareWaveVoltammetryElement> m_dataDerived;
This experiment holds the working electrode at the starting potential during the quiet time....
Definition AisSquareWaveVoltammetryElement.h:28
void setStartVoltage(double startVoltage)
set the value for the start voltage.
void setAutoRange()
set to auto-select the current range.
bool isStartVoltageVsOCP() const
tells whether the start voltage is set against the open-circuit voltage or the reference terminal.
double getEndVoltage() const
get the value set for the ending potential value.
bool isAutoRange() const
tells whether the current range is set to auto-select or not.
double getPulseFreq() const
get the value set for the pulse frequency.
void setEndVoltageVsOCP(bool endVoltageVsOcp)
set whether to reference the end voltage against the open-circuit voltage or the reference terminal.
double getStartVoltage() const
get the value set for the start voltage.
void setPulseFreq(double pulseFreq)
set the value for the pulse frequency.
QString getName() const override
get the name of the element.
void setVStep(double vStep)
set the value for the voltage step. The voltage step is added to the value of the starting potential ...
void setQuietTimeSamplingInterval(double quietTimeSamplingInterval)
Sets the quiet time sampling interval.
void setPulseAmp(double pulseAmp)
set the value for the pulse amplitude.
void setQuietTime(double quietTime)
Sets the quiet time duration.
void setApproxMaxCurrent(double approxMaxCurrent)
set maximum current expected, for manual current range selection.
double getApproxMaxCurrent() const
get the value set for the expected maximum current.
AisSquareWaveVoltammetryElement(double startVoltage, double endVoltage, double voltageStep, double pulseAmp, double pulseFrequency, double approxMaxCurrent)
the square wave element constructor
double getVStep() const
get the value set for the voltage step.
void setAlphaFactor(double alphaFactor)
alpha factor controls the percentage of data sampled during a given interval. Data will be averaged o...
double getPulseAmp() const
get the value set for the pulse amplitude.
double getAlphaFactor() const
Get the value set for the alpha factor.
double getQuietTime() const
Gets the quiet time duration.
void setStartVoltageVsOCP(bool startVoltageVsOcp)
set whether to reference the start voltage against the open-circuit voltage or the reference terminal...
AisSquareWaveVoltammetryElement(double startVoltage, double endVoltage, double voltageStep, double pulseAmp, double pulseFrequency)
the square wave element constructor
double getQuietTimeSamplingInterval() const
gets the quiet time sampling interval.
AisSquareWaveVoltammetryElement & operator=(const AisSquareWaveVoltammetryElement &)
overload equal to operator for the AisSquareWaveVoltammetryElement object.
AisSquareWaveVoltammetryElement(const AisSquareWaveVoltammetryElement &)
copy constructor for the AisSquareWaveVoltammetryElement object.
void setEndVoltage(double endVoltage)
set the ending potential value.
bool isEndVoltageVsOCP() const
tells whether the end voltage is set with respect to the open circuit voltage or the reference termin...
QStringList getCategory() const override
get a list of applicable categories of the element.