Type: INSTANCE FUNCTION Purpose: Set up threshold conditions which must be met before Cpiv.StopAt() tests are performed. When any of the threshold tests is met, the StopAt criteria are evaluated… read more →
The Framework™ Explain™ library contains most of the functions and classes required to run the DC Corrosion software. Only a few additional classes are unique to the DC Corrosion software. They are… read more →
Type: INSTANCE FUNCTION Purpose: Enable or disable the Cpiv termination limits. There are six limiting conditions upon which a curve may prematurely terminate: 1. Under I < Limit 2. Over… read more →
Type: INSTANCE FUNCTION Purpose: Format the real time display using the SetPlotView and SetAxis functions. Usage: Cpiv.SetPlot(View, MinI, MinV, MinT) View INDEX 0 = V vs I… read more →
Type: INSTANCE FUNCTION Purpose: Set the number of graphs displayed in the real-time display. Usage: Cpiv.SetPlotView(Format) Format INDEX 0 = No graph displayed 1 = Single graph… read more →
Type: INSTANCE FUNCTION Purpose: Print the status of the Cpiv to a string. The object’s tag and last acquired data point are printed in the format: Tag,PointNumber Usage: Result =… read more →
Type: INSTANCE FUNCTION Purpose: Used in output of data from a CPIV object. A data point from the object is printed to an ASCII string. This string can in turn… read more →
Type: INSTANCE FUNCTION Purpose: Print the results of a Cpiv experiment out to the Output file. The Output record is printed in the format: Tag <tab> “TABLE” <tab> Points<tab> “Pt”… read more →
Type: INSTANCE FUNCTION Purpose: Run the curve. When Cpiv.Run() is executed, the acquired data are displayed in a real-time curve. There are four buttons active during Cpiv.Run(): Abort/F1 button Terminates… read more →
Type: INSTANCE FUNCTION Purpose: Helps to define the real-time display of a CPIV object. Associates an axis with a data column in the object. Controls linear/logarithmic display formatting and allows labeling… read more →