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 →
Ivt.Printl() Type: INSTANCE FUNCTION Purpose: Prints the results of an Ivt experiment to the Output file. The Output record is printed in the following format: Tag <tab> “TABLE” <tab> Points… read more →
IsXdigit() Type: REGULAR FUNCTION Purpose: Determines if an ASCII number refers to a hexadecimal digit (A–F), (a–f), or (0–9). Usage: Result = IsXdigit(AsciiNumb) AsciiNumb INDEX ASCII number of the… read more →
IVT Type: CLASS Purpose: Manages data-acquisition for a variety of curves at a reduced level of control. This general-purpose curve is used for conditioning as well as in several add-on… read more →
Ivt.Activate() Type: INSTANCE FUNCTION Purpose: Makes the real-time plot of the Ivt object the Active plot. If the runner window‘s Curve List control is set to Active, the plot is… read more →
Ivt.Count() Type: INSTANCE FUNCTION Purpose: Returns the number of points actually acquired in an IVT object. Usage: NumPoints = Ivt.Count() NumPoints INDEX The number of points in the IVT… read more →
IsAlpha() Type: REGULAR FUNCTION Purpose: Determines if an ASCII number refers to a letter (A–Z) or (a–z). Usage: Result = IsAlpha(AsciiNumb) AsciiNumb INDEX ASCII number of the character. … read more →
IsDigit() Type: REGULAR FUNCTION Purpose: Determines if an ASCII number refers to a numeric character (0–9). Usage: Result = IsDigit(AsciiNumb) AsciiNumb INDEX ASCII number of the character. Result… read more →
IsLower() Type: REGULAR FUNCTION Purpose: Determines if an ASCII number refers to a lowercase letter (a–z). Usage: Result = IsLower(AsciiNumb) AsciiNumb INDEX ASCII number of the character. Result… read more →