Type: INSTANCE FUNCTION Purpose: Used in output of data from a CIIV object. A data point from the object is printed to an ASCII string. This string can in turn… read more →
Type: INSTANCE FUNCTION Purpose: Enable or disable the Ciiv termination limits. There are six limiting conditions upon which a curve may prematurely terminate: 1. Under E < Limit 2. Over… read more →
Type: INSTANCE FUNCTION Purpose: Set the number of graphs displayed in the real-time display. Usage: Ciiv.SetPlotView(Format) Format INDEX 0 = No graph displayed 1 = Single graph… read more →
Type: INSTANCE FUNCTION Purpose: Print the status of the Ciiv to a string. The object’s tag and last acquired data point are printed in the format: Tag,PointNumber Usage: Result =… read more →
Type: INSTANCE FUNCTION Purpose: Helps to define the real-time display of a CIIV 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: Set the form of the Ciiv real-time plot. Plots may be shown as logE vs I, E vs I, or in a dual E vs T… read more →
Type: INSTANCE FUNCTION Purpose: Run the curve. When Ciiv.Run() is executed, the acquired data are displayed in a real-time curve. There are three buttons active during Ciiv.Run(): Abort/F1 button Terminates… read more →
Type: INSTANCE FUNCTION Purpose: Extracts a single data item from a CIIV object. The data item is taken from the ith data point and the jth data column. If no… read more →
Type: CLASS FUNCTION Purpose: Creates a new CPIV object. The data-array is sized according to the signal generator used. Usage: Cpiv = CPIV.New(Tag, Pstat) Tag STRING Curve… read more →
Type: CLASS Purpose: The CPIV class manages data acquisition for a Controlled Potential I–V curve. There may be more than one data-acquisition object in a script, but only one may… read more →