Type: INSTANCE FUNCTION Purpose: Used to avoid premature stopping of a curve because of noise creating a false reading for a StopAt test. Requires StopAt criterion be met for a… read more →
Type: INSTANCE FUNCTION Purpose: Set up threshold conditions which must be met before Galvcor.StopAt() tests are performed. When any of the threshold tests is met, the StopAt criteria are evaluated… read more →
Type: CLASS FUNCTION Purpose: Creates a new Imstep signal generator. The data-array is sized according to the signal generator used. Usage: Imstep = IMSTEP.New(Tag, Pstat, IInit, TInit, Istep, Tstep, Nsteps,… read more →
Type: CLASS Purpose: The IMSTEP class describes a multiple-part current-step waveform which can be applied by a potentiostat while in the Galvanostat mode. The Imstep object encapsulates information about the… read more →
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 →