The VeriStand model Time Step Duration channel is used to monitor how long a model takes to execute, which is usually in microsecond. To verify the model execution rate, users can design a model that adds 100 per loop and check the chart to see if it adds 100 at the rate that they have set, such as every 2 Hz in this example. If the Model Count parameter does not increase, then the model's calculations must be performed within the set period.
To do so, please follow the steps below.
- Design a model that is similar as below by adding 100 per loop in the model.

- Add the simulation model into VeriStand system definition file.

- Set the model rate to the desired rate, 2 Hz in this example.

- Create the Chart, Model Count and Outport indicators in VeriStand. Then, deploy the project.