Jump to content

LabVIEW VI Analyzer Toolkit: Difference between revisions

From LabVIEW Wiki
m Tests: Remove obsolete TODO
Line 10: Line 10:
LabVIEW VI Analyzer Toolkit includes a wide range of tests in various categories:
LabVIEW VI Analyzer Toolkit includes a wide range of tests in various categories:


<!-- TODO: Versions to check: 2011 .. 2016 -->
{{#tree: minExpandLevel=1 |
{{#tree: minExpandLevel=1 |
*Block Diagram
*Block Diagram

Revision as of 07:27, 11 August 2024

LabVIEW VI Analyzer Toolkit is a LabVIEW add-on that extends the features of VI Analyzer with common tests, APIs, Project Explorer integration, and a test creator utility.

The LabVIEW VI Analyzer Toolkit helps you improve the quality and readability of graphical code developed in LabVIEW software. With this toolkit, you can configure more than 90 included tests for automated code review and static code analysis of all VIs in an application, or create your own using the test creation wizard.

Use the LabVIEW VI Analyzer Toolkit to debug and avoid overlooking improper coding techniques that could impact an application’s performance, functionality, or maintainability. In addition, you can enforce effective programming practices and coding styles within teams of developers to ensure code readability and functionality. By using this toolkit regularly, you can develop high-quality, robust LabVIEW applications.

--LabVIEW VI Analyzer Toolkit Marketing

Tests

LabVIEW VI Analyzer Toolkit includes a wide range of tests in various categories:

  • Block Diagram
  • Complexity Metrics
  • Documentation
  • Front Panel
  • General
  • VI Metrics

Unless otherwise stated, these tests are available in LabVIEW VI Analyzer Toolkit 2009 and later.

History

See also

External links