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 →
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.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.Run() Type: INSTANCE FUNCTION Purpose: Runs the curve. When Ivt.Run() is executed, the acquired data are displayed in a real-time curve. There are four buttons active during Ivt.Run(): Abort, Pause/Continue,… read more →
Ivt.SetPlotView() Type: INSTANCE FUNCTION Purpose: Formats the real-time display of an IVT curve. The x-axis source is fixed to time. x-axis units are always seconds (s). The z-axis parameters are… 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 →