Ciiv.SetPlot()


Type: INSTANCE FUNCTION

Purpose: Set the form of the Ciiv real-time plot.

Plots may be shown as logE vs I, E vs I, or in a dual E vs T + I vs T format. The first form is appropriate for large scan-width curves such as Galvanodynamic. The second form is appropriate for narrow curves near Ecorr, e.g., Polarization Resistance. The last form is used in time-domain tests such as Galvanostatic curves.

Usage:

Ciiv.SetPlot(View, MinI, MinV, MinT)       View INDEX

0 = V vs I

1 = log(V) vs I

2 = I vs T, E vs T

Or use the predefined constants:

CIIV_LINVI V vs I

CIIV_LOGVI logV vs I

CIIV_VTIT E vs T, I vs T

MinI REAL Minimum current value to display (optional) MinV REAL

Minimum voltage value to display (optional)

MinT REAL Minimum time value to display (optional)

Related Topics Link IconRelated Topics