User`s guide

Using Agilent VEE Functions Chapter 9
VEE User’s Guide 345
Creating a Library of UserFunctions
1 Create the top level program (without programming the
details of the UserFunctions).
a Create four UserFunctions: BuildRecAry with one
output pin, ReportHeader, ReportBody with one input
pin, and ReportDisplay. Iconize all the UserFunctions.
b In Main, create four Device Call objects configured
and connected as shown in
Figure 191. Save the
program as Report.vee.
Figure 191 Report.vee from the Top Level
NOTE
The Call object does not require parentheses when referring to a
UserFunction. If you were calling the function from a Formula object, you
would need to include parentheses whether or not the function used
parameters.