NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I read the numeric format of TestStand value for reporting?

I have a mixture of numeric tests.  Some are integer, real, and hex.  When I look at the sequence context of the Result array, TS knows the format it was originally defined as because it displays as a real or hex.  However when I parse the array to store the data for my report I can only pull the real value.  Is there a way to determine the format of the numeric?  I am using LV 7.1 to parse the result array and can format the decimal value if I can determine the expected format.  I am using TS 3.5.
 
Taylor
0 Kudos
Message 1 of 2
(2,897 Views)
Actually I figured it out.  I needed to cast the numeric as a property object then there is a property node that tells me the numeric property.
0 Kudos
Message 2 of 2
(2,892 Views)