ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analyzer Test Name Descriptions

Solved!
Go to solution

Is there a way to retrieve the Descriptions for each of the VI Analyzer Test Names?

 

I've searched around in the llbs within the vi.lib\addons\analyzer folder but couldn't find a function to do this.

 

Example: Arrays and Strings in Loops has the description:

 

Checks loops to see if they contain Build Array or Concatenate Strings functions. Avoid using these functions in loops because each call to them requires a dynamic resizing of the array or string, which can affect memory and processor time.  This test does not check Timed Loops.

 

 

 

Message Edited by Phillip Brooks on 09-30-2008 10:52 AM
0 Kudos
Message 1 of 3
(2,843 Views)

Phillip,

 

There are currently not any VIs that I know of that has this functionality.  The best bet would be to use the Help to get the descriptions.   If you wanted this in a VI, you would probably want to to create an array constant of all the descriptions (manually) and then index them based on the Test Names.

 

This is definitely a good product suggestion though!

Regards,

Jared Boothe
Staff Hardware Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,800 Views)
Solution
Accepted by topic author PhillipBrooks

I looked around a bit more, and discovered that the info I wanted is contained in the VI Description of a VI that matches the name of test test plus "Config.VI". I used VI Server to open the LVLIB that contains these "Config" vis and used "Get All Descendents". I extracted the descriptions that I wanted using VI Server.

 

See attached VI (LV 8.6)

Message Edited by Phillip Brooks on 10-06-2008 08:47 AM
0 Kudos
Message 3 of 3
(2,779 Views)