Way to get rid of updates in command history during curve fitting

Hi all,

I am writing a code, which will automatically load many waves and fit each of them with a function. It is working fine. My problem is that every time it fits with the given function it updates the fitted coefficients and standard deviations in the command history window. I do not want it as it unnecessarily make the command history long and make the program slow and these parameters are anyway saved in coefficient waves. Anyone's help in this is highly appreciable.

Thank you

Best regards,
SJ
Use the /Q flag with your fit command to prevent logging to the history. Functions which print to the history usually have this flag option to prevent logging.
Also use /N to suppress screen updates during fitting, and /W=2 to avoid the Fit Progress dialog during fitting. Those will also speed up fitting.

John Weeks
WaveMetrics, Inc.
support@wavemetrics.com