Skip to main content

PressureUnit

Short summary

This enumeration contains common physical pressure units.

Underlying type: default

Components

NameValueComment
PASCAL0-
BARimplicitpound per square inch
PSIimplicitpound per square inch

Code

Declaration

{attribute 'qualified_only'}
{attribute 'to_string'}
TYPE PressureUnit :
(
PASCAL := 0,
BAR,
(* pound per square inch *)
PSI
);
END_TYPE