Technical data
4- 8 Agilent 41000 Administration Guide, Edition 3
Agilent iPACE Verification Tool
Project Items
Project Items
Each project consists of the project items shown in the following tables.
• Tool Project Items
• Control Project Items
• Body Project Items
• Instrument Project Items
Table 4-1 Tool Project Items
Item name Description
Main.vb Creates the iPACE Verification Tool window.
Config.vb Creates the Set Configuration window.
Parameter.vb Defines value of the instrument setup parameters (measurement
condition).
Imports modParameter (Parameter.vb) of the Control project.
Control.vb Executes the selected measurement or the self-test.
Imports modControl (Control.vb) and modParameter
(Parameter.vb) of the Control project.
Data.vb Collects and calculates the measurement result data.
File.vb Defines a text file (log file) that saves the measurement results.
FileBind.vb Keeps the contents of the batch file. Inherits File.vb.
FileConfig.vb Stores the Set Configuration window setup data in the following
file. Inherits File.vb.
<installed folder>/bin/iPACE Verification Tool(Config)
FileTool.vb Stores the measurement results in the following file. Also defines
title, label, and so on used in the file. Inherits File.vb.
<installed folder>/bin/iPACE Verification Tool(Report).txt
Message.vb Defines messages displayed on a message box or a dialog box.
dlgmsg.vb Displays the Please Wait ... box when the system configuration is
confirmed.
i-pace27.ico Defines the Agilent iPACE verification tool icon.