LABEL.Dialog Type: LICENSE Purpose: Allows LABEL objects to be edited, saved, and restored in Setup(). Setup() formats a LABEL object as: Prompt: [Value ] where the Value field is editable.… read more →
LABEL Type: CLASS Purpose: A user-editable string label that may be used for a filename, a warning string, a status string, an experiment label, etc. To create a string editable… read more →
Ivt.StopAtDelay() Type: INSTANCE FUNCTION Purpose: Used to avoid premature stopping of a curve caused by noise creating a false reading for a StopAt test. Avoids false readings by requiring that… read more →
Ivt.Thresh() Type: INSTANCE FUNCTION Purpose: Sets up threshold conditions which must be met before Ivt.StopAt() tests are performed. After any of the threshold tests is met, the StopAt criteria are… read more →
Ivt.Sprint() Type: INSTANCE FUNCTION Purpose: Prints the status of the Ivt to a string. The object‘s tag and last acquired data point are printed in the format: Tag,PointNumber Usage: Result… read more →
Ivt.SprintPoint() Type: INSTANCE FUNCTION Purpose: Used in output of data from an IVT object. A data point from the object is printed to an ASCII string. This string can, in… read more →
Ivt.StopAt() Type: INSTANCE FUNCTION Purpose: Enables or disables the Ivt termination limits. There is an upper and lower limiting condition for each channel. A curve may prematurely terminate upon exceeding… read more →
IVT.New() Type: CLASS FUNCTION Purpose: Creates a new Ivt object. Usage: Ivt = IVT.New(Tag, Pstat) Tag STRING Curve tag for data output. Used to label the file. Pstat… read more →
Ivt.DataCol() Type: INSTANCE FUNCTION Purpose: Creates and returns an object of the class DATACOL. The object is filed with data extracted from one column of the IVT object‘s data array.… read more →
Ivt.DataValue() Type: INSTANCE FUNCTION Purpose: Extracts a single data item from an IVT object. The data item is taken from the ith data point and the jth data column. If… read more →