User`s guide
Agilent VEE Programming Techniques Chapter 2
VEE User’s Guide 125
Chapter Checklist
You should now be able to perform the following tasks.
Review topics, if necessary, before proceeding to the next
chapter.
• Create a UserObject, and explain how UserObjects give
programs structure and save space on screen.
• Create pop- up dialog boxes and sliders (or knobs) for
user input.
• Use data files to save data to a file and load data from a
file.
• Create an operator interface, using a Panel view of the
program.
• Use different data types and data shapes.
• Use mathematical operators and functions.
• Use online Help.
• Show the data flow and the execution flow in a program.
• Debug programs by examining data on a line, terminals,
and alphanumeric displays.
• Use breakpoints.
• Resolve errors with the GoTo command.
• Resolve errors using the Call Stack.
• Use Step Into, Step Over, and Step Out to trace and debug
a program.
• Use the Find feature.
• Document objects with description dialog boxes.
• Generate a documentation file.