06-22-2016 01:09 PM
Hello,
I have developed a .SUD which calls another script via "ScriptInclude" command and I have noticed a substantial decrease in performance when executed this way.
Normally my calculation scripts executes in less then 10 sec when executed alone.
However when I call the script from my .SUD script it takes anywhere from 2 to 10 minutes on the same data set.
It almost like it is running in debug mode where I can actually see my channel list being populated with data as the script executes.
What could be slowing this process down so much?
Using DIAdem 2015 32 bit.
Solved! Go to Solution.
06-22-2016 01:29 PM
OK I used this to speed up the result and it works like a charm
Call UIAutoRefreshSet(False)