Type: INSTANCE FUNCTION Purpose: Set the number of graphs displayed in the real-time display. Usage: Cpiv.SetPlotView(Format) Format INDEX 0 = No graph displayed 1 = Single graph… read more →
Type: INSTANCE FUNCTION Purpose: Print the results of a Cpiv experiment out to the Output file. The Output record is printed in the format: Tag <tab> “TABLE” <tab> Points<tab> “Pt”… read more →
Type: INSTANCE FUNCTION Purpose: Run the curve. When Cpiv.Run() is executed, the acquired data are displayed in a real-time curve. There are four buttons active during Cpiv.Run(): Abort/F1 button Terminates… read more →
Type: INSTANCE FUNCTION Purpose: Helps to define the real-time display of a CPIV object. Associates an axis with a data column in the object. Controls linear/logarithmic display formatting and allows labeling… read more →
Type: INSTANCE FUNCTION Purpose: Return the number of points actually acquired in a CPIV object. Usage: NumPoints = Cpiv.Count() NumPoints INDEX The number of points in the… read more →
Type: INSTANCE FUNCTION Purpose: Create and return an object of the class DATACOL. The object contains data extracted from one column of the CPIV object’s data array. The data, once… read more →
Type: INSTANCE FUNCTION Purpose: Extracts a single data item from a CPIV object. The data item is taken from the ith data point and the jth data column. If no… read more →
Type: INSTANCE FUNCTION Purpose: Used to avoid premature stopping of a curve because of noise creating a false reading for a StopAt test. Requires StopAt criterion be met for a… read more →
Type: INSTANCE FUNCTION Purpose: Set up threshold conditions which must be met before Ciiv.StopAt() tests are performed. When any of the threshold tests is met, the StopAt criteria are evaluated… read more →
Type: INSTANCE FUNCTION Purpose: Make the real-time plot of the CPIV object the Active plot. If the runner window‘s Curve List control is set to Active, the plot is displayed.… read more →