NumberPerTimeInterval¶
Overview¶
Data type
An actual value for a physical quantity of type NullableNumberPerTimeInterval, i.e., a physical quantity that has a numerical value and a unit of measurement.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 1 | ||
| 1 | 
Implementation in Proteus Schema
All data attributes with type NullableNumberPerTimeInterval (the base type of NumberPerTimeInterval) are implemented as DEXPI generic attributes for physical quantities.
Example
The instance numberPerTimeInterval1 represents a NumberPerTimeInterval of 42.0 s-1.
Implementation in Proteus Schema
<GenericAttribute
  Format="double"
  Value="42.0"
  Units="ReciprocalSecond"
  UnitsURI="http://data.posccaesar.org/rdl/RDS1355489" ...>
Note that the <GenericAttribute> element must have a Name and an AttributeURI attribute. They depend on the data type attribute of the DEXPI class that owns the instance numberPerTimeInterval1. For a complete example, see the attribute DesignCapacityWeighingQuantities of the DEXPI class BatchWeigher.
Unit¶
Attribute (data)
The unit of measurement of the NumberPerTimeInterval.
Multiplicity: 1
Implementation in Proteus Schema
See implementation of NumberPerTimeInterval.
Example
See example for NumberPerTimeInterval.
Value¶
Attribute (data)
The numerical value of the NumberPerTimeInterval.
Multiplicity: 1
Type: Double
Implementation in Proteus Schema
See implementation of NumberPerTimeInterval.
Example
See example for NumberPerTimeInterval.