NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Where and how the Result data type is defined?

Where and how the Result data type is defined?

 

I was trying to find where and how the data type Result which an array of them appears in Locals as soon as we insert a step and I couldn't find it in the Types tab.

 

Thanks.

0 Kudos
Message 1 of 2
(2,407 Views)

If you mean the ResultList array, it is automatically created by TestStand in a new sequence.

 

You can read a more about it in chapter "Result Collection" here:

https://www.ni.com/en/support/documentation/supplemental/08/teststand-report-generation-and-customiz...

 

The Result data type for default steps is defined in NI_Types.ini, the document mentioned above also explains how the results are copied from the Result data type of a step to the ResultList array.

 

I hope that this information helps you.

 

Mathijs

0 Kudos
Message 2 of 2
(2,339 Views)