Type: INSTANCE FUNCTION Purpose: Format the real time display using the SetPlotView and SetAxis functions. Usage: Galvcor.SetPlot(View, MinI, MinV, MinT) View INDEX 0 = V vs I… read more →
Type: INSTANCE FUNCTION Purpose: Enable or disable the Galvcor termination limits. There are four limiting conditions upon which a curve may prematurely terminate: 1. IUnder I < Limit 2. IOver… read more →
Type: INSTANCE FUNCTION Purpose: Create and return an object of the class DATACOL. The object contains data extracted from one column of the GALVCOR object’s data array. The data, once… read more →
Type: INSTANCE FUNCTION Purpose: Extracts a single data item from a GALVCOR object. The data item is taken from the ith data point and the jth data column. If no… read more →
Type: INSTANCE FUNCTION Purpose: Print the results of a Galvcor 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 Galvcor.Run() is executed, the acquired data are displayed in a real-time curve. There are three buttons active during Galvcor.Run(): Abort/F1 button Terminates… read more →
Type: CLASS FUNCTION Purpose: Creates a new GALVCOR object. The data-array is sized according to the signal generator used. Usage: Galvcor = GALVCOR.New(Tag, Pstat) Tag STRING Curve… read more →
Type: CLASS Purpose: The GALVCOR class manages data acquisition for a galvanic corrosion experiment. It is a real-time curve-management class that is very similar to the CPIV class. We will… read more →
Type: INSTANCE FUNCTION Purpose: Return the number of points actually acquired in a GALVCOR object. Usage: NumPoints = Galvcor.Count() NumPoints INDEX The number of points in the… 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 →