Chapter 8 295
Using Agilent VEE Functions
Overview
Overview
In this chapter, you will learn about VEE UserFunctions, compiled
functions, and remote functions. Functions are re-usable, modular code that
can help you significantly reduce the time it takes to develop tests. By re-
using functions that have been created in previous programs, you can
leverage existing work, reduce the code size of programs, and make it easier
to maintain test programs. You can also use functions in groups, as libraries,
which you can create and then merge into new programs. You can share
functions among multiple programs and multiple developers.