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.SetAxis() Type: INSTANCE FUNCTION Purpose: Helps to define the real-time display of an OCV object. Associates an axis with a data column in the object. Controls linear/logarithmic display formatting and… read more →
Ocv.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 →