Type: CLASS FUNCTION Purpose: Creates a new signal generator. Usage: Vstep = VSTEP.New(Tag, Pstat, VInit, TInit, VFinal, TFinal, SampleTime) Tag STRING Object tag. Pstat PSTATCLASS Potentiostat that… read more →
Type: INSTANCE FUNCTION Purpose: Return the rms deviation between the data and the fit. This is a measure of the noise in the data. Usage: Noise = LinFit.Resid() … read more →
Type: INSTANCE FUNCTION Purpose: Return the slope value from a LINFIT object. LinFit.Crunch() must be called before the return value is meaningful. Usage: Slope = LinFit.Slope() Slope… read more →
Type: INSTANCE FUNCTION Purpose: Function Return the y-value of the line given an appropriate x-value. LinFit.Crunch() must be called before the return value is meaningful. Usage: Y = LinFit.Yvalue(Xvalue) … read more →
Type: CLASS FUNCTION Purpose: Creates a new signal generator. Usage: Vmstep = VMSTEP.New(Tag, Pstat, VInit, TInit, Vstep, Tstep, Nsteps, SampleTime) Tag STRING Object tag. Pstat PSTATCLASS Potentiostat… read more →
Type: INSTANCE FUNCTION Purpose: Return a goodness-of-fit parameter. The number returned is the correlation coefficient. The sign of the correlation coefficient is the same as the slope. A correlation coefficient… read more →
Type: INSTANCE FUNCTION Purpose: Perform the linear least-squares fit. Requires as function arguments the two data columns and two point number boundaries. The optional boundaries allow you to use a… read more →
Type: INSTANCE FUNCTION Purpose: Return the x-axis intercept from a LINFIT object. LinFit.Crunch() must be called before the return value is meaningful. Usage: Intercept = LinFit.Icept() Intercept… read more →
Type: CLASS Purpose: The LINFIT class performs a linear least-squares fit of y and x data arrays. The data arrays are normally extracted from one of the Explain CURVE type… read more →
Type: INSTANCE FUNCTION Purpose: Modify an existing Istep signal generator. Usage: Istep.Tweak(Pstat,IInit,TInit,IFinal,TFinal,SampleTime) Pstat PSTATCLASS Potentiostat that will use the signal IInit REAL Initial value in amperes. TInit… read more →