E_BA_Conversion_kFactor

The enumeration shows the unit of the conversation factor.

{attribute 'qualified_only'}
TYPE E_BA_Conversion_kFactor :
(
  e_Pa            := 0,
  e_hPa           := 1,
  e_mbar          := 2,
  e_mm_HG         := 3,
  e_in_HG         := 4,
  e_mm_WS         := 5,
  e_psi           := 6,
  e_inches_H2O    := 7
) UDINT;
END_TYPE