Skip to main content

DelayUpdate

DelayUpdate

The DelayUpdate operation delays the updating of graphs and tables while executing a macro.

Details

Use DelayUpdate at the end of a line in a macro if you want the next line in the macro to run before graphs or tables are updated.

This has no effect in user-defined functions. During execution of a user-defined function, Igor updates windows only when you explicitly call the DoUpdate operation.

See Also

DoUpdate, PauseUpdate, ResumeUpdate