Chapter 8 313
Using Agilent VEE Functions
Using Libraries With Agilent VEE UserFunctions
Figure 8-14 shows the ReportBody UserFunction. Note the array of
records
A[B]. As the Value of B changes from 0 to 1 to 2, you can
access the particular field in that
Record, including Value, Limit, and
PassFail, using the <record>.<field> notation. Note that the For
Count
outputs start with zero. Note also that the first transaction has
EOL off.
The vertical bar in quotes,
"|", represents a constant string character for
a vertical bar.
FW:5 stands for a string field width of 5. RJ stands for
right justified.
Figure 8-14. The ReportBody UserFunction