Ocv.Count() Type: INSTANCE FUNCTION Purpose: Returns the number of points actually acquired in an OCV object. Usage: NumPoints = Ocv.Count() NumPoints INDEX The number of points in the OCV… read more →
Ocv.DataCol() Type: INSTANCE FUNCTION Purpose: Create and return an object of the class DATACOL. The object is filled with data extracted from one column of the Ocv object’s data array.… read more →
Notes.Value() Type: INSTANCE FUNCTION Purpose: Copy the Notes text to a string variable. This is limited in length to the first 255 characters. Usage: Text = Notes.Value() Text STRING Related… read more →
Notify() Type: REGULAR FUNCTION Purpose: Writes a short string in the leftmost region of the runner window‘s status bar. The string is generally used to notify the operator when the… read more →
Notify2() Type: REGULAR FUNCTION Purpose: Writes a short string in the right-most area of the runner window‘s status bar. The string is generally used to notify the operator about various… read more →
NOTES.New() Type: CLASS FUNCTION Purpose: Create a new object of class NOTES. Suppose the object is created with the statement: Notes = NOTES.New(“CONDITIONS”, 400, NIL, “Notes…”) Notes is an object… read more →
Notes.Printl() Type: INSTANCE FUNCTION Purpose: Print Notes to the output file. The object is printed in the format: Tag <tab> NOTES <tag> LineCount <tab> Prompt First Line Second Line …… read more →
NOTES Type: CLASS Purpose: A string, editable in Setup, that may be used for experiment notes. Class NOTES differs from Class LABEL in the length of the string allowed, the… read more →
Mux.Version() Type: INSTANCE FUNCTION Purpose: Reports the version number of the ECM8 firmware. Usage: RevNumber = Mux.Version() RevNumber INDEX Version number. Related Topics
NOTES.Dialog() Type: LICENSE Purpose: To allow Notes to be edited in a full-view dialog box. Setup() displays a button next to the reduced notes entry area. When you click this… read more →