Jump to content

CreateComparisonReport

From LabVIEW Wiki

CreateComparisonReport is a built-in operation installed by the NI LabVIEW Command Line Interface add-on. It runs LVDiff on two VIs and outputs an HTML, XML, Microsoft Word, or text report.

Synopsis

 LabVIEWCLI -OperationName CreateComparisonReport
            -vi1 <path>
            -vi2 <path>
            -reportPath <path>
            [-reportType (HTML|HTMLSingleFile|MicrosoftWord|PlainText|XML)]
            [-o]
            [-c]
            [-nofp]
            [-nofppos]
            [-nobd]
            [-nobdcosm]
            [-noattr]
            [-d]

Options

-vi1 <path>
Absolute path to the first VI to compare.
-vi2 <path>
Absolute path to the second VI to compare.
-reportPath <path>
Absolute path to the output report.
-reportType (HTML|HTMLSingleFile|MicrosoftWord|PlainText|XML)
Report file type. Default is HTMLSingleFile.
-o
Overwrite existing report files.
-c
Create report directory if it does not exist.
-nofp
Exclude front panel differences.
-nofppos
Exclude front panel position differences.
-nobd
Exclude block diagram differences.
-nobdcosm
Exclude cosmetic differences on the block diagram.
-noattr
Exclude VI attribute differences.
-d
Exclude dependencies.

See also

External links