HyperView HyperMath communication

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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

Answers

  • tinh
    tinh Altair Community Member
    edited May 2014

    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

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited May 2014

    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?

  • tinh
    tinh Altair Community Member
    edited May 2014

    Hello

    dde is a tcl command and you can find help on it in tcl manual

    http://www.tcl.tk/man/tcl8.4/TclCmd/dde.htm