CustomHeater¶
Overview¶
Class
A custom Heater, i.e., a Heater that is not covered by any of the other subclasses of Heater (Boiler, Furnace, or SteamGenerator).
Supertypes
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: CUSTOM HEATER
ComponentClass: CustomHeater
ComponentClassURI: http://sandbox.dexpi.org/rdl/CustomHeater
Example
Implementation in Proteus Schema
<Equipment
    ID="customHeater1"
    ComponentClass="CustomHeater"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomHeater" ...>
  ...
</Equipment>