NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Numeric Format

Hello NI

In teststand numeric format of a number

i have to change it to my custom exponential numeric  format +0.000000e+00

but TS exponential  giving +0.000000e+000

how can i truncate the last zero because my desired format has only two  zeroes(00) not three zeroes (000)
 
regards
kulwant singh

 

0 Kudos
Message 1 of 3
(3,312 Views)
The TestStand numeric format string is basically a C printf format string with a few extra features, such as binary support. I don't see that TestStand (or printf) supports a format option for specifying the number of exponent digits. I think you'll need to format the number (or at least the exponent part) within your own code module.
0 Kudos
Message 2 of 3
(3,301 Views)
OK thanks for this kind info.
0 Kudos
Message 3 of 3
(3,289 Views)