Uses the Component:MeasurementType
Mean piston speed is the average speed of the piston in a reciprocating engine.
Table 6.46. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PressureMeasure |
Defines an amount of pressure. | 0..1 | Field | sqdt:PressureMeasureType | |
| SpeedMeasure |
Defines a rate of speed. | 0..1 | Field | sqdt:SpeedMeasureType | |
| ElectricityMeasure |
Defines a rate of electricity. | 0..1 | Field | sqdt:ElectricityMeasureType | |
| MechanicalEnergyMeasure |
The amount of mechanical energy produced. This can be the number of horse power that is produced by an engine. | 0..1 | Field | sqdt:PowerMeasureType | |
| LocationID |
Code identifying a physical location | 0..1 | Field | udt:IdentifierType | |
| LocationName |
A name to identify the location. | 0..* | Field | udt:TextType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.46. MeanPistonSpeedMeasure
<MeanPistonSpeedMeasure>
<PressureMeasure>......</PressureMeasure> [0..1]
<SpeedMeasure>......</SpeedMeasure> [0..1]
<ElectricityMeasure>......</ElectricityMeasure> [0..1]
<MechanicalEnergyMeasure>......</MechanicalEnergyMeasure> [0..1]
<LocationID>......</LocationID> [0..1]
<LocationName>......</LocationName> [0..*]
</MeanPistonSpeedMeasure>