PlotCyclicVoltammetry
PlotCyclicVoltammetry[DataObject]⟹Plot
plots the cyclic voltammetry data stored in DataObject.
PlotCyclicVoltammetry[ProtocolObject]⟹Plots
plots the cyclic voltammetry data sets stored in a CyclicVoltammetry ProtocolObject.
Details
- More information for cyclic voltammetry plot function.
Input

Output

Data Specifications Options

Fractions Options

Frame Options

Grid Options

Image Format Options

Ladder Options

Legend Options

Peaks Options

Plot Labeling Options

Plot Range Options

Plot Style Options

Secondary Data Options

General Options

Examples
open allclose allBasic Examples (3)
Given a CyclicVoltammetry data object, creates a plot for the RawVoltammogram:
Given a CyclicVoltammetry protocol object, creates plots for the ElectrodePretreatmentData (if any), CyclicVoltammetryData, PostMeasurementStandardAdditionData (if any):
Given a CyclicVoltammetry protocol object, does not plot for the ElectrodePretreatmentData or PostMeasurementStandardAdditionData if there are no corresponding data:
Options (5)
MeasurementType (5)
Given a CyclicVoltammetry data object, MeasurementType option is ignored:
Given a CyclicVoltammetry protocol object, use MeasurementType -> All to create plots for the ElectrodePretreatmentData (if any), CyclicVoltammetryData, PostMeasurementStandardAdditionData (if any):
Given a CyclicVoltammetry protocol object, use MeasurementType -> CyclicVoltammetryMeasurement to only plot the CyclicVoltammetryData:
Given a CyclicVoltammetry protocol object, use MeasurementType -> ElectrodePretreatment to only plot the ElectrodePretreatmentData:
Given a CyclicVoltammetry protocol object, use MeasurementType -> PostMeasurementStandardAddition to only plot the PostMeasurementStandardAdditionData:
Messages (2)
MeasurementType (2)
An error will be shown if the specified CyclicVoltammetry protocol object does not have ElectrodePretreatmentData but MeasurementType is set to ElectrodePretreatment:

An error will be shown if the specified CyclicVoltammetry protocol object does not have PostMeasurementStandardAdditionData but MeasurementType is set to PostMeasurementStandardAddition:
