Jump to content

LabVIEW VI Analyzer Toolkit: Difference between revisions

From LabVIEW Wiki
Tests: Set version to -1 to display version info
m Add updated production description. Note that the ref must be put in a group to avoid a bug in #tree rendering refs
Line 1: Line 1:
'''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.
'''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.


<blockquote>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.
<blockquote>The LabVIEW VI Analyzer Toolkit helps you perform static code analysis to improve the quality and readability of your LabVIEW code.
 
The LabVIEW VI Analyzer Toolkit is a software add-on for LabVIEW that helps you improve graphical code developed in LabVIEW. 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 you can create your own using the test creation wizard. The LabVIEW VI Analyzer Toolkit provides debugging tools that help you avoid 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.<ref group="ni" name="viantk-product-description" /></blockquote>
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</blockquote>


==Tests==
==Tests==
Line 147: Line 144:
==External links==
==External links==
* [https://www.ni.com/en/support/documentation/release-notes/product.labview-vi-analyzer-toolkit.html LabVIEW VI Analyzer Toolkit Release Notes]
* [https://www.ni.com/en/support/documentation/release-notes/product.labview-vi-analyzer-toolkit.html LabVIEW VI Analyzer Toolkit Release Notes]
==References==
{{reflist|group=ni|refs=
<ref name="viantk-product-description">[https://www.ni.com/download/labview-vi-analyzer-toolkit LabVIEW VI Analyzer Toolkit Download Page]</ref>
}}


[[Category:VI Analyzer]]
[[Category:VI Analyzer]]
[[Category:LabVIEW add-ons]]
[[Category:LabVIEW add-ons]]
[[Category:LabVIEW VI Analyzer Toolkit]]
[[Category:LabVIEW VI Analyzer Toolkit]]

Revision as of 09:28, 22 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 perform static code analysis to improve the quality and readability of your LabVIEW code. The LabVIEW VI Analyzer Toolkit is a software add-on for LabVIEW that helps you improve graphical code developed in LabVIEW. 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 you can create your own using the test creation wizard. The LabVIEW VI Analyzer Toolkit provides debugging tools that help you avoid 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.[ni 1]

Tests

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

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

API

LabVIEW VI Analyzer Toolkit installs several functions to automate the discovery and execution of tests. These functions are available from the VI Analyzer palette.

Icon Name
VIAn Add ItemVIAn Add Item
VIAn Destroy TaskVIAn Destroy Task
VIAn Easy AnalyzeVIAn Easy Analyze
VIAn Easy ReportVIAn Easy Report
VIAn Exclude Tests from VIVIAn Exclude Tests from VI
VIAn Get Analysis StatusVIAn Get Analysis Status
VIAn Get ItemsVIAn Get Items
VIAn Get TestsVIAn Get Tests
VIAn Modify Test Config ValueVIAn Modify Test Config Value
VIAn Modify Test SettingsVIAn Modify Test Settings
VIAn New TaskVIAn New Task
VIAn Remove ItemVIAn Remove Item
VIAn RunVIAn Run
VIAn Save Configuration FileVIAn Save Configuration File
VIAn Select TestsVIAn Select Tests

Deprecated

Icon Name
VIAn Add PasswordVIAn Add Password

History

See also

External links

References