Jump to content

LabVIEW VI Analyzer Toolkit: Difference between revisions

From LabVIEW Wiki
Add API section
Add VIAn Add Password and history info
Line 146: Line 146:
|[[File:VIAn Add Item.png|frameless|32x32px|link=VIAn Add Item|VIAn Add Item]] [[VIAn Add Item]]
|[[File:VIAn Add Item.png|frameless|32x32px|link=VIAn Add Item|VIAn Add Item]] [[VIAn Add Item]]
|Adds an item, such as a [[VI]], [[LLB]], or [[wikipedia:folder (computing)|folder]], to the VI Analyzer task.
|Adds an item, such as a [[VI]], [[LLB]], or [[wikipedia:folder (computing)|folder]], to the VI Analyzer task.
|-
|[[File:VIAn Add Password.png|frameless|32x32px|link=VIAn Add Password|VIAn Add Password]] [[VIAn Add Password]]
|Adds a password to the VI Analyzer task password cache. Use this VI if you want to analyze password-protected VIs and the LabVIEW password cache does not contain the passwords. (LabVIEW VI Analyzer Toolkit 2009 .. 2017)
|-
|-
|[[File:VIAn Destroy Task.png|frameless|32x32px|link=VIAn Destroy Task|VIAn Destroy Task]] [[VIAn Destroy Task]]
|[[File:VIAn Destroy Task.png|frameless|32x32px|link=VIAn Destroy Task|VIAn Destroy Task]] [[VIAn Destroy Task]]
Line 189: Line 192:
|Selects or deselects the specified tests in the VI Analyzer task.
|Selects or deselects the specified tests in the VI Analyzer task.
|}
|}
Unless otherwise stated, these functions are available in LabVIEW VI Analyzer Toolkit 2009 and later.


==History==
==History==
Line 235: Line 239:
*Removed [[Typedef Cluster Constants]]
*Removed [[Typedef Cluster Constants]]
*Removed [[Connected Pane Terminals]]
*Removed [[Connected Pane Terminals]]
*Removed [[VIAn Add Password]]
}}
}}



Revision as of 10:10, 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.

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.

Name Description
VIAn Add Item VIAn Add Item Adds an item, such as a VI, LLB, or folder, to the VI Analyzer task.
VIAn Add Password VIAn Add Password Adds a password to the VI Analyzer task password cache. Use this VI if you want to analyze password-protected VIs and the LabVIEW password cache does not contain the passwords. (LabVIEW VI Analyzer Toolkit 2009 .. 2017)
VIAn Destroy Task VIAn Destroy Task Closes an existing VI Analyzer task reference and releases resources associated with the task.
VIAn Easy Analyze VIAn Easy Analyze Runs a VI Analyzer task automatically using settings in the specified configuration file.
VIAn Easy Report VIAn Easy Report Exports the results of an analysis to a file, either as a report in ASCII or wikipedia:HTML format or as a VI Analyzer results file.
VIAn Exclude Tests from VI VIAn Exclude Tests from VI Specifies the tests to exclude for a specific VI in the VI Analyzer task.
VIAn Get Analysis Status VIAn Get Analysis Status Monitors the progress of the analysis.
VIAn Get Items VIAn Get Items Returns a list of all top-level VIs, folders, or LLBs in the VI Analyzer task.
VIAn Get Tests VIAn Get Tests Returns a cluster array containing the configuration information for each test in the VI Analyzer task.
VIAn Modify Test Config Value VIAn Modify Test Config Value Modifies the value of a single configuration option for a specific test.
VIAn Modify Test Settings VIAn Modify Test Settings Modifies the configuration settings of a single test.
VIAn New Task VIAn New Task Creates a VI Analyzer task, which you can use with other VI Analyzer VIs to configure and run an analysis.
VIAn Remove Item VIAn Remove Item Removes an item, such as a VI, LLB, or folder, or excludes a subitem, such as a VI within an LLB or folder, from the VI Analyzer task.
VIAn Run VIAn Run Analyzes VIs using the settings that VI Analyzer Task in specifies. You can wire the results to the VIAn Easy Report VI.
VIAn Save Configuration File VIAn Save Configuration File Saves the current VI Analyzer task settings to a configuration file.
VIAn Select Tests VIAn Select Tests Selects or deselects the specified tests in the VI Analyzer task.

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

History

See also

External links