Technical data

Agilent 41000 Administration Guide, Edition 3 4- 9
Agilent iPACE Verification Tool
Project Items
Table 4-2 Control Project Items
Table 4-3 Body Project Items
Item name Description
Body.vb Collects the instrument control basic information; instrument
model, GPIB card number, address, program internal information,
and so on.
And activates the Body project.
Control.vb Defines the measurement control subprograms used for connection
path control, source output control, measurement data read, and so
on.
KeyCode.vb Defines key code used by the measurement control subprograms.
Parameter.vb Defines the current/voltage output range, the current/voltage/
resistance measurement range, and the several measurement
functions.
Socket.vb Used for communication between the Tool project and the Body
project.
Time.vb Performs the time out judgement.
Event.vb Receives an event that notifies the update of an internal file created
by the Body project.
File.vb Keeps data of an internal file created by the Body project.
Message.vb Defines messages displayed on a message box or a dialog box.
Item name Description
Main.vb This item is activated by Body.vb of the Control project.
Obtains the parameter values defined in the Tool project, and
activates Body.vb.
Body.vb Performs Write and Read in System.vb.
Imports the Control project.
System.vb Selects subprograms used for measurement control.
Imports the Control and Instrument projects. Also imports
modParameter (Parameter.vb) in the Control project.
File.vb Keeps data of an internal file created by the Body project.
Message.vb Defines messages displayed on a message box or a dialog box.