Go to AVS Home Page
 Recent Releases
OpenViz 2.9 Released
AVS/Express 7.2.2 Released
Toolmaster 7.5.3 Released
AVS 5.7 Released
 Contact Support
 Licensing
Information on licensing AVS 
products
 
Interact with the AVS Developer 
community. Takes you out of 
the support web site

 


Q. Why do some of the AVS/Express's library objects have parentheses around their names?

A. Parentheses around the name of a library object indicate that it is buffered. The objects contained in a buffered libraries are not fully parsed. Notice that a buffered object's ports are not displayed.

The V code for a member of a buffered library gets parsed when you access it the first time. When you "unbuffer" an object, the parentheses around its name disappear and its ports are displayed. Buffering libraries helps to speed up start-up time of AVS/Express.