RATIO
Returns demand / capacity as a dimensionless number. Throws an error if capacity is zero.
| Category | Engineering |
| Syntax | RATIO(demand, capacity) |
Parameters
| Parameter | Required | Description |
|---|---|---|
demand | Required | The demand value. |
capacity | Required | The capacity value (must not be zero). |
Example
RATIO(demand, capacity)
Auto-generated from the EngCanvas function registry.