User`s guide

Optimizing Agilent VEE Programs Chapter 12
VEE User’s Guide 457
Run the program and notice that the second trace is one greater
than the first trace at all points on the waveform.
Another key point to notice in the program is the method used
for making it portable to all VEE platforms. Windows 98,
Windows 2000, Windows NT 4.0, and Windows XP, use a
Microsoft 32- bit compiler. These DLLs are all indicated using a
*.dll extension.
The UserObject called Shared Library Name identifies the
operating system being used, and then transmits the correct
library name to the Import Library object, as shown in
Figure 260
.
totSize The totsize object (in the Math & Functions box) is used to
determine the size of the waveform, which is output to the
arraySize input pin on Call myFunc.
XY Trace The
XY Trace object displays both the original and the new
waveforms
Formula The
Call object output pin labeled Ret Value holds the
size of the returned array, so that expression
B[0:A-1] in
the Formula object correctly specifies this array to the
display object.
Table 4 9 Elements of Figure 259
Element Description