The PressureUnit type defines an enumeration for displaying pressure values in different units. It provides three supported options: Pa, kPa, and bar.
PressureUnit
Pa
kPa
bar
type PressureUnit = enumeration(Pa "Pa", kPa "kPa", bar "bar");