Chapter 2 123
Agilent VEE Programming Techniques
Documenting Agilent VEE Programs
Figure 2-37. The Middle of the Documentation File
In Figure 2-37, the VEE objects are described along with their settings.
The number before each object indicates where the object is located. For
example, the first object in Main is listed as
M1. Figure 2-38 shows the
remainder of this documentation file for your reference.
M: Main
Device Type : Main
Description :
1. The program, Random, generates a real number between 0 and 1
2. and then displays the results.
Context is secured : off
Trig mode : Degrees
Popup Panel Title Text : Untitled
Show Popup Panel Title : on
Show Popup Panel Border : on
Popup Moveable : on
Popup Panel Title Text Color : Object Title Text
Popup Panel Title Background Color : Object Title
Popup Panel Title Text Font : Object Title Text
Delete Globals at Prerun : on
M.0: Main/Note Pad
Device Type : Note Pad
Note Contents :
1. This program, Random, generates a real
2. number between 0 and 1, then displays
3. the results.
4.
M.1: Main/random(low,high)
Device Type : Formula
Input pin 1 : low (Any, Any)
Input pin 2 : high (Any, Any)
Output pin 1 : Result
Formula : random(low,high)