Returns percentage utilization during a time interval, accounting for availability changes. The returned value is a value between 0 and 100.
Parameters
Comments
Call at any time (but most likely used for reporting on End Run)
Requires interval results to be switched on for the Resource: Resource Properties > Results. This is made optional because collecting the data can slow down the simulation.
<code>Get Percent Utilization over Interval Resource 1 , 0 , Simulation Time , lcl_utilization</code> This example code explains how the utilization of Resource 1 can be determined from the start of the run (simulation time = 0). This information is stored in the numerical variable lcl_utilization.