Type: INSTANCE FUNCTION Purpose: Make the real-time plot of the CIIV object the Active plot. If the runner window‘s Curve List control is set to Active, the plot is displayed.… read more →
Type: INSTANCE FUNCTION Purpose: Return the number of points actually acquired in a CIIV object. Usage: NumPoints = Ciiv.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 CIIV object’s data array. The data, once… read more →
Type: CLASS FUNCTION Purpose: Creates a new Ciiv object. The data-array is sized according to the signal generator used. Usage: Ciiv = CIIV.New(Tag, Pstat) Tag STRING Curve tag for data… read more →
Type: CLASS Purpose: The CIIV class manages data acquisition for a Controlled Current I–V curve. There may be more than one data-acquisition object in a script, but only one may… read more →
In the sample data file, the data portion of the file begins with this line. CURVE TABLE 200 The tag identifies the data set as a TABLE data type Data… read more →
Some Gamry data files have a column in the data table with the heading Over and units of bits. This column consists of a string of 13 characters. If no… read more →
A Gamry Framework™ data file is a standard “tab-delimited” ASCII file. By convention it has a .DTA filename extension. You can use other filename extensions, but they are less convenient.… read more →
In the sample figure, the setup parameters follow the Analysis Tags. The parameter tags are quite descriptive. We will therefore not bother with a line-by-line description of the parameters. Remember… read more →
In this section, we discuss the structure of data files. This information is provided so that you can: Understand the data-file contents. Write your own data-analysis program. Edit a data… read more →