Chapter 5 205
Storing and Retrieving Test Results
Overview
Overview
In this chapter, you will learn the fundamentals of storing and retrieving test
data. You will create arrays of the right data type and size to hold your test
results, and then access the data or part of the data for analysis or display.
This chapter also describes the
To/From File objects, the Record data
type, and Dataset files. The
To File and From File objects read data to
and from files based on I/O transactions. The
Record data type can be used
to store several types of data in a single structure. You can use the
Dataset
to store one or more records in a file, and perform search and sort operations
on datasets.
Note The To File object is also described in “Using Data Files” on page 87 of
Chapter 2, “Agilent VEE Programming Techniques.”