HyperView HyperMath communication
Altair Forum User
Altair Employee
Hi all,
I am trying to send result data from a HyperView script to HyperMath to preform all the math intensive calculations and then send the result back to my tcl script. I am having trouble finding out how to send information back and forth between the two programs. Has anyone done this before?
Thanks
Brian
0
Answers
-
Hello
You can write data to a file and let hypermath process it
Or use dynamic data exchange
Or use templex to process math tasks
0 -
Thanks for the reply.
I think the dynamic data exchange would be what I'm looking for.
Do you have any more information on that or where I would be able to find some?
0 -
Hello
dde is a tcl command and you can find help on it in tcl manual
0