Pressure
Short summary
A datatype for pressures based on physical units. It can be converted to other units with the function CNM_RecipeHandling.ConvertPressure.
Access: -
Inherits from: MetricParameter
| Name | Type | Comment |
|---|---|---|
| unit | PressureUnit | - |
Code
Declaration
TYPE Pressure EXTENDS MetricParameter :
STRUCT
unit :PressureUnit := PressureUnit.PASCAL;
END_STRUCT
END_TYPE