Go to AVS Home Page
 Recent Releases
OpenViz 2.8 Released
AVS/Express 7.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: I want to duplicate the UI behavior but there are no documented ways for doing so.

A: AVS issues undocumented CLI commands; to see what AVS does when you hit a button or otherwise manipulate the UI, do the following:

avs> debug CLIrecord_LUI 1
avs> script -o /tmp/script
net_clear
avs_script> 

At this point AVS will echo back all LUI CLI commands.