This experiment records the complex impedance of the experimental cell in potentiostatic mode, starting from the start frequency and sweeping through towards the end frequency, with a fixed number of frequency steps per decade.
More...
|
| | AisEISPotentiostaticElement (double startFrequency, double endFrequency, double stepsPerDecade, double voltageBias, double voltageAmplitude) |
| | the EIS potentiostatic element
|
| |
|
| AisEISPotentiostaticElement (const AisEISPotentiostaticElement &) |
| | copy constructor for the AisEISPotentiostaticElement object.
|
| |
|
AisEISPotentiostaticElement & | operator= (const AisEISPotentiostaticElement &) |
| | overload equal to operator for the AisEISPotentiostaticElement object.
|
| |
| QString | getName () const override |
| | get the name of the element.
|
| |
| QStringList | getCategory () const override |
| | get a list of applicable categories of the element.
|
| |
| double | getQuietTime () const |
| | Gets the quiet time duration.
|
| |
| void | setQuietTime (double quietTime) |
| | Sets the quiet time duration.
|
| |
| double | getQuietTimeSamplingInterval () const |
| | gets the quiet time sampling interval.
|
| |
| void | setQuietTimeSamplingInterval (double quietTimeSamplingInterval) |
| | Sets the quiet time sampling interval.
|
| |
| double | getStartFreq () const |
| | get the value set for the voltage starting frequency
|
| |
| void | setStartFreq (double startFreq) |
| | set the value for the voltage starting frequency.
|
| |
| double | getEndFreq () const |
| | the value set for the voltage ending frequency.
|
| |
| void | setEndFreq (double endFreq) |
| | set the value for the voltage end frequency.
|
| |
| double | getStepsPerDecade () const |
| | get the value set for the voltage frequency steps per decade.
|
| |
| void | setStepsPerDecade (double stepsPerDecade) |
| | set the number of the voltage frequency steps per decade.
|
| |
| double | getBiasVoltage () const |
| | get the value set for the DC bias (DC offset).
|
| |
| void | setBiasVoltage (double biasVoltage) |
| | set the value for the DC bias (DC offset).
|
| |
| bool | isBiasVoltageVsOCP () const |
| | tells whether the DC-bias voltage is referenced against the open-circuit voltage or the reference cable.
|
| |
| void | setBiasVoltageVsOCP (bool biasVsOCP) |
| | set whether to reference the DC-bias voltage against the open-circuit voltage or the reference terminal.
|
| |
| double | getAmplitude () const |
| | the value to set for the AC voltage amplitude.
|
| |
| void | setAmplitude (double amplitude) |
| | set the value for the AC voltage amplitude.
|
| |
| unsigned int | getMinimumCycles () const |
| | get the minimum number of periods of applied sinusoidal voltage to sample at each frequency.
|
| |
| void | setMinimumCycles (unsigned int numberOfCycle) |
| | set the minimum number of periods of applied sinusoidal voltage to sample at each frequency.
|
| |