Making API Getvalue call faster
I'm a regular user of Mathcad for more than 15 years, and I'm really pushing hard to get more engineers to use it instead of Excel. Recently I started to work on a fluid solving software that allows you to expand its component library using Excel add-ins. I managed to convince the developers to create a similar interface for Mathcad using the API. This works, but it slows down the flow solver tremendously.
Does anybody perhaps know why it is so slow, or how to speed things up?
The developers found that the "GetValue" call does not always succeed, so they had to keep calling "Recalculate" until "GetValue" suceeds. This will definitely slow down the process. Also, my suspicion is that a lot of the processing time is to update the visual display of the Mathcad woksheet. Any way one can "switch off" the graphics but still keep the Mathcad object alive?
I'll really appreciate any comments. I would hate to traslate all the Mathcad work into Excel just to get a faster solver...

