User`s guide

Storing and Retrieving Test Results Chapter 5
VEE User’s Guide 205
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 “Lab 2-3: Using Data Files” on
page 85 of Chapter , “Agilent VEE Programming Techniques.”