ONEPARAM.Dialog Type: LICENSE Purpose: Allow a Oneparam to be edited, saved, and restored in Setup(). The Twoparam is edited using the fields: Prompt [X] On(or Off) Prompt1 Val1 Selecting the… read more →
ONEPARAM.New() Type: CLASS FUNCTION Purpose: Create and initialize a new Oneparam object. Usage: Oneparam = ONEPARAM.New(Tag, Bval, Val1, Prompt, Prompt1) Tag STRING Used by Setup() Save/Restore, Tag.Printl(). Bval… read more →
ONEPARAM Type: CLASS Purpose: Allows the creation of a complex object consisting of one BOOL and one REAL bundled into one object. The advantage of bundling is that a Oneparam… read more →
Oneparam.Printl() Type: INSTANCE FUNCTION Purpose: Print a Oneparam to the current Output file. The Oneparam is printed in the format: Tag <tab> ONEPARAM <tab> BOOL <tab> REAL1 <tab> Prompt <tab>… read more →
Ocv.SprintPoint() Type: INSTANCE FUNCTION Purpose: Used in output of data from an OCV object. A data point from the object is printed to an ASCII string. This string can, in… read more →
Ocv.StopAt() Type: INSTANCE FUNCTION Purpose: Stop the curve if either the rate of change in E is too small or too great. The first case is used to terminate a… read more →
OcvCurve.SetPlot() Type: INSTANCE FUNCTION Purpose: Set the form of the Ocv real-time plot. Plots may be shown as filtered V versus time, unfiltered V versus time, or a dual filtered/unfiltered… read more →
Oneparam.Check() Type: INSTANCE FUNCTION Purpose: Copy the current value of the BOOL embedded in a Oneparam into a BOOL. Usage: Value = Oneparam.Check() Value BOOL… read more →
Ocv.SetPlotView() Type: INSTANCE FUNCTION Purpose: Set the number of graphs displayed in the real-time display. Usage: Ocv.SetPlotView(Format) Format INDEX A code indicating the number of graphs displayed. Use the following… read more →
Ocv.Sprint() Type: INSTANCE FUNCTION Purpose: Print the status of the Ocv to a string. The object‘s tag and last acquired data point are printed in the format: Tag,PointNumber Usage: Result =… read more →