Exports the results of an analysis to a file, either as a report in ASCII or HTML format or as a VI Analyzer results file.


icon

Inputs/Outputs

  • cbool.png Overwrite Report? (T)

    Overwrite Report? specifies whether the VI overwrites a report file if the file specified in Report Save Path already exists. The default is TRUE, which overwrites the file.

    If Overwrite Report? is FALSE and the file exists, the VI returns an error.

  • cpath.png Report Save Path

    Report Save Path contains the path to the report or results file. If the path you specify is invalid, the VI returns an error.

  • ccclst.png Analysis Results

    Analysis Results contains the results from a VI Analyzer task you run using either the VIAn Easy Analyze VI or the VIAn Run VI.

    Wire the Analysis Results output of either VI to this input.

  • c2dcclst.png Raw Results

    Raw Results contains the unparsed results data for every test and every VI in the VI Analyzer task for which you want to create a report.

  • cstr.png Test Name

    Test Name contains the name of the test that the results reference.

  • c1dcclst.png Results Data

    Results Data contains the unparsed results for the test specified in Test Name.

  • cstr.png Result Message

  • ci32.png Ref Index

  • cenum.png Status

    Status indicates whether the test in Test Name passed or failed.

  • cbool.png Exceed Max Fails?

    Exceed Max Fails? indicates whether the test in Test Name failed more than the maximum number of times specified for that test.

  • c1dcclst.png Parsed Results Data (by VI)

    Parsed Results Data (by VI) contains the results by VI for every test in the VI Analyzer task, including which tests passed and failed, which tests the VI Analyzer could not load or run, and which errors occurred.

  • cpath.png VI Path

    VI Path contains the path to the VI for which the test results are listed.

  • c1dnclst.png Pass

    Pass contains data on the tests that passed for the VI specified in VI Path.

  • ci32.png row

  • ci32.png column

  • c1dnclst.png Fail

    Fail contains data on the tests that failed for the VI specified in VI Path.

  • ci32.png row

  • ci32.png column

  • c1dnclst.png Skipped

    Skipped contains data on the tests the VI Analyzer skipped for the VI specified in VI Path.

  • ci32.png row

  • ci32.png column

  • c1dnclst.png VI not loadable

    VI not loadable contains data on whether the VI Analyzer was able to load the VI specified in VI Path.

  • ci32.png row

  • ci32.png column

  • c1dnclst.png Test not loadable

    Test not loadable contains data on the tests that the VI Analyzer was not able to load for the VI specified in VI Path.

  • ci32.png row

  • ci32.png column

  • c1dnclst.png Test not runnable

    Test not runnable contains data on the tests that the VI Analyzer was not able to run for the VI specified in VI Path.

  • ci32.png row

  • ci32.png column

  • c1dnclst.png Test error out

    Test error out contains data on errors that occurred when the VI Analyzer performed tests on the VI specified in VI Path.

  • ci32.png row

  • ci32.png column

  • c1dcclst.png Parsed Results Data (by Test)

    Parsed Results Data (by Test) contains the results of every test and whether the VI Analyzer passed, failed, or skipped the test for every VI in the VI Analyzer task.

  • cstr.png Test Name

    Test Name contains the name of the test that the results reference.

  • c1dcclst.png Pass

    Pass contains data on the tests that passed for the VI specified in VI Path.

  • cpath.png VI Path

    VI Path contains the path to the VI for which the test results are listed.

  • cnclst.png index

  • ci32.png row

  • ci32.png column

  • c1dcclst.png Fail

    Fail contains data on the tests that failed for the VI specified in VI Path.

  • cpath.png VI Path

    VI Path contains the path to the VI for which the test results are listed.

  • cnclst.png index

  • ci32.png row

  • ci32.png column

  • c1dcclst.png Skipped

    Skipped contains data on the tests the VI Analyzer skipped for the VI specified in VI Path.

  • cpath.png VI Path

    VI Path contains the path to the VI for which the test results are listed.

  • cnclst.png index

  • ci32.png row

  • ci32.png column

  • cnclst.png Summary Statistics

    Summary Statistics contains the summary for a VI Analyzer task on how many tests passed, failed, or were skipped; how many VIs and tests the VI Analyzer could not load or run; the total number of test errors; and the start time and elapsed time of the analysis.

  • ci32.png Passed Tests

    Passed Tests contains the total number of tests in the VI Analyzer task that passed.

  • ci32.png Failed Tests

    Failed Tests contains the total number of tests in the VI Analyzer task that failed.

  • ci32.png Skipped Tests

    Skipped Tests contains the total number of tests in the VI Analyzer task that the VI Analyzer skipped.

  • ci32.png VIs not loadable

    VIs not loadable contains the total number of VIs that the VI Analyzer could not load.

  • ci32.png Tests not loadable

    Tests not loadable contains the total number of tests that the VI Analyzer was not able to load.

  • ci32.png Tests not runnable

    Tests not runnable indicates the total number of tests that the VI Analyzer was not able to run.

  • ci32.png Test error out

    Test error out contains data on errors that occurred when the VI Analyzer performed tests on the VI specified in VI Path.

  • cu32.png Start Time

    Start Time contains the time when the analysis began.

  • cdbl.png Total Time (s)

    Total Times (s) contains the time it took for the VI Analyzer to run the analysis.

  • c1dcclst.png Test Config Data

    Test Config Data contains the configuration settings for every test included in the VI Analyzer task.

  • cstr.png Test Name

    The name of the VI Analyzer test.

  • cvirn.png Config Ref

    The reference to the configuration VI for the VI Analyzer test specified in Test Name.

  • cbool.png Ref Valid?

    Specifies whether or not the Config Ref is a valid VI reference.

  • cu16.png Test Ranking

    The ranking of the test specified in Test Name.

  • cu32.png Max Failures

    The maximum allowable number of failures to return for the test specified in Test Name on each VI being tested.

  • cpath.png Test Path

    The path to the test specified in Test Name.

  • c1dcclst.png Control Values

    The names and values of all configuration options of the test specified by Test Name.

  • cstr.png Control Name

    Control Name specifies the name of the control in which you want to change the value.

  • cfxdt.png Control Value

    Control Value contains the new value that you want for the control you specify in Control Name. If the value is a data type different than the control you specify in Control Name, the VI returns an error.

  • cbool.png Selected?

    Indicates whether or not the test specified in Test Name will run in the current VI Analyzer task.

  • cu16.png Report Save Type (ASCII)

    Report Save Type determines whether the VI saves the results to a tab-delimited ASCII file, an HTML file, or a VI Analyzer results file (.rsl).

    The default is an ASCII file. If you select RSL File, the VI saves the report data to a VI Analyzer results file that you can load into the VI Analyzer Results Window.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ccclst.png Export Options (Summary, Fails, Errs)

    Export Options specifies the sections of the analysis results to include in the report.

    The default selects the Summary Data, Failed Tests, and Errors options. If you set Report Save Type to RSL File, the VI ignores this input.

  • cbool.png Summary Data

    Summary Data specifies whether you want to include the Summary Data section of the analysis in the report.

    The default is TRUE, which includes the section.

  • cbool.png Failed Tests

    Failed Tests specifies whether you want to include the Failed Tests section of the analysis in the report.

    The default is TRUE, which includes the section.

  • cbool.png Passed Tests

    Passed Tests specifies whether you want to include the Passed Tests section of the analysis in the report.

    The default is FALSE, which does not include the section.

  • cbool.png Skipped Tests

    Skipped Tests specifies whether you want to include the Skipped Tests section of the analysis in the report.

    The default is FALSE, which does not include the section.

  • cbool.png Errors

    Errors specifies whether you want to include the Errors section of the analysis in the report.

    The default is TRUE, which includes the section.

  • cu16.png Sort Type (VI)

    Sort Type determines whether to sort the report results by VI or by test. The default sorts the results by VI.

    If you set Report Save Type to RSL File, the VI ignores this input.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.