TestStand - Create Test Data Cluster

Owning Palette: TestStand

Bundles together the data necessary to create the Test Data cluster the TestStand LabVIEW Adapter requires for legacy test VIs.

PASS/FAIL Flag specifies whether the test passed or failed for Pass/Fail Test steps.
Numeric Measurement specifies the data for Numeric Limit Test steps.
String Measurement specifies the data for String Value Test steps.
Report Text specifies a message to display in the test report for all step types.
Test Data returns result data from the VI for the LabVIEW Adapter to use in TestStand. TestStand uses the data to make a PASS/FAIL determination.
PASS/FAIL Flag returns the value the adapter copies into the Step.Result.PassFail property if the property exists.
Numeric Measurement returns the data the adapter copies into the Step.Result.Numeric property if the property exists.
String Measurement returns the data the adapter copes into the Step.Result.String property if the property exists.
Report Text returns the data the adapter copies into the Step.Result.ReportText property if the property exists.