Enumeration that defines the characteristic of three-way valves.
| Enumeration | Description |
|---|---|
| EqualPercentageLinear | Equal percentage (direct) and linear (bypass) |
| Linear | Linear (both direct and bypass) |
| Table | Table-specified (both direct and bypass) |
type ValveCharacteristicThreeWay = enumeration(EqualPercentageLinear "Equal percentage (direct) and linear (bypass)", Linear "Linear (both direct and bypass)", Table "Table-specified (both direct and bypass)");