DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

analysis

Hi All,

 

I am doing a calculation fromANalysis-Crash tool kit- XMS- with time interval being 3.

I get some value after calulating. The value which I get after calculating(highlighted in red in attachment) , I want this value to be automatially displayed on my report.

 

How can i do that??

 

rsh

0 Kudos
Message 1 of 4
(3,653 Views)

Hi RSH,

 

Please open the Xms Crash function dialog in ANALYSIS and then the DIAdem help. There you find the list with return variables. You can use this variables in your report like @@XMSAcceleration@@

 

Greetings

Walter

 

 

 


0 Kudos
Message 2 of 4
(3,648 Views)

Hi Walter,

 

To restrict it to 2 decimal places i tried      X ms: @@str("XmsAccleration", "d.dd").

 

But its not working. HOw do i do it?

 

Rsh

0 Kudos
Message 3 of 4
(3,629 Views)

Hello RSH,

 

XmsAccleration is a variable. You don't need the quotation marks.

 

@@str(XmsAccleration, "d.dd")@@

 

Greeetings

Walter

0 Kudos
Message 4 of 4
(3,625 Views)