CustomNozzle

Overview

Class

A custom Nozzle, i.e., a Nozzle that is not covered by any of the other subclasses of Nozzle (AccessNozzle, InstrumentNozzle, or ProcessNozzle).

Supertypes

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Nozzle>

RDL reference: CUSTOM NOZZLE

ComponentClass: CustomNozzle

Example

Implementation in Proteus Schema

<Nozzle
    ID="customNozzle1"
    ComponentClass="CustomNozzle"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomNozzle" ...>
  ...
</Nozzle>