VI Analyzer Enthusiasts Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

Test - Find Function

This test returns a failure for a block diagram node matching any name specified in the test configuration:

namesoffuncs.png

For example, if you specify names of "Add" and "Subtract", then any Add or Subtract functions in a VI will be returned as a failure. This test is useful for detecting all the instances of a particular node type in a large set of VIs.

Note that this test uses the "Style" property of the Node class to make the match. The "Style" of a node is almost always the name of the object as it appears in Quick Drop/the palettes.

This test is saved in LabVIEW 2012. Follow the instructions here to install and use this test.

Contributors