TYPE si_unit_name

(* SCHEMA engineering_properties_schema; *)


   TYPE si_unit_name = ENUMERATION OF
      (metre,
       gram,
       second,
       ampere,
       kelvin,
       mole,
       candela,
       radian,
       steradian,
       hertz,
       newton,
       pascal,
       joule,
       watt,
       coulomb,
       volt,
       farad,
       ohm,
       siemens,
       weber,
       tesla,
       henry,
       degree_celsius,
       lumen,
       lux,
       becquerel,
       gray,
       sievert);
   END_TYPE;

Referenced By

Defintion si_unit_name is references by the following definitions:
DefinitionType
 absorbed_dose_unit ENTITY
 capacitance_unit ENTITY
 conductance_unit ENTITY
 dimensions_for_si_unit FUNCTION
 dose_equivalent_unit ENTITY
 electric_charge_unit ENTITY
 electric_potential_unit ENTITY
 energy_unit ENTITY
 force_unit ENTITY
 frequency_unit ENTITY
 illuminance_unit ENTITY
 inductance_unit ENTITY
 luminous_flux_unit ENTITY
 magnetic_flux_density_unit ENTITY
 magnetic_flux_unit ENTITY
 power_unit ENTITY
 pressure_unit ENTITY
 radioactivity_unit ENTITY
 resistance_unit ENTITY
 si_unit ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:51-04:00