last updated 11 July 2024
Resource level timer
CLEM.Timers.ActivityTimerResourceLevel
Determines if a resource level meets the set criteria.

A timer is used to determine whether a component (usually an Activity) can perform its task in the current time-step (see Using timers).
This timer will allow associated components to perform tasks if the specified resource meets the set criteria.
Multiple filters can be used to determine a range for the resource before tasks can be performed.
The state of this timer is calculated when first needed in a time step and will not change if the underlying conditions change during the time step

The following parameters are used to define this activity

This parameter points to one of the defined resource types of the Resources available for this simulation. This entry is a drop down list of all available resources.

The operators available include
- Equal to
- Not equal to
- Less than
- Less than or equal to
- Greater than
- Greater than or equal to

The amount of the resource to test.
See also