Chapter 2 87
Agilent VEE Programming Techniques
General Techniques
Figure 2-8. Runtime Pop-Up Input Box
You will get an error message box if you enter frequencies above 193.
Notice that you get the exact error message that you configured.
You will continue with this example in the following section. However, if
you want to quit now, save the program as
usrobj1-program4.vee.
Note The VEE programs for many of the lab exercises and programming
examples in this manual are included in VEE, under
Help ⇒ Open
Example... ⇒ Manual ⇒ UsersGuide.
Lab 2-3: Using Data Files
You can write data from VEE to a data file and read the data in a file into
VEE by including the
To File and From File objects in the program.
For example, add a
To File object to the detail view of the program that
you have been building.
If it is not already open, open the program
usrobj-program4.vee.
1. Select
I/O ⇒ To ⇒ File and place it in the Main work area.