Engine Callback
- 更新时间2026-07-27
- 阅读时长1分钟
The Sequential, Parallel, and Batch process models include the following Engine callback:
- ProcessModelPostResults—The process model enables this callback when you enable the On-The-Fly option for any process model plug-in. TestStand calls this Engine callback periodically as it collects results.
相关内容
- Sequential Process Model
- Parallel Process Model
- Batch Process Model
With the synchronization features of the Batch model, you can direct a step that applies to the batch as a whole to run only once per batch instead of once for each UUT. You can also specify whether certain steps or groups of steps cannot run on more than one UUT at a time or whether certain steps must run on all UUTs at the same time. The Batch model generates batch reports that summarize the test results for the UUTs in the batch.
- On-the-Fly Report Generation