Skip to main content

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

NameTypeComment
unitPressureUnit-

Code

Declaration

TYPE Pressure EXTENDS MetricParameter :
STRUCT
unit :PressureUnit := PressureUnit.PASCAL;
END_STRUCT
END_TYPE