CustomRotationalFrequencyAttribute¶
Overview¶
Class
A custom attribute with Value type NullableRotationalFrequency.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 1 | 
Implementation in Proteus Schema
CustomRotationalFrequencyAttribute is implemented as a custom generic attribute for physical quantities.
RDL reference: ROTATIONAL FREQUENCY
Type: RotationalFrequency
Example
As CustomAttributeOwner is abstract, we consider CustomEquipment as an arbitrary concrete subclass.
The CustomEquipment customEquipment1 has a CustomRotationalFrequencyAttribute with AttributeName “DesignRotationalSpeed” and an (arbitrary) AttributeURI “http://www.example.org/29618b48f52ede”. The Value is 40 min-1.
Implementation in Proteus Schema
<Equipment
    ID="customEquipment1"
    ComponentClass="CustomEquipment"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomEquipment" ...>
  ...
  <GenericAttributes Set="DexpiCustomAttributes" ...>
    <GenericAttribute
      Name="DesignRotationalSpeed"
      AttributeURI="http://www.example.org/29618b48f52ede"
      Format="double"
      Type="RotationalFrequency"
      TypeURI="http://data.posccaesar.org/rdl/RDS354734"
      Value="40"
      Units="ReciprocalMinute"
      UnitsURI="http://data.posccaesar.org/rdl/RDS4316851589" />
    ...
  </GenericAttributes>
  ...
</Equipment>
Value¶
Attribute (data)
The value of the CustomRotationalFrequencyAttribute.
Implementation in Proteus Schema
See implementation of CustomRotationalFrequencyAttribute.
Example
See the example for CustomRotationalFrequencyAttribute.