CurveData
Multi-purpose data points for defining a curve. The use of this generic class is discouraged if a more specific class can be used to specify the X and Y axis values along with their specific data types.
URI: cim:CurveData
Type: Class
%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
class CurveData
click CurveData href "/Models/Profiles/CoreEquipment/ConcreteClasses/CurveData/"
style CurveData fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
CurveData --> Curve : CurveData.Curve
Curve
click Curve href "/Models/Profiles/CoreEquipment/AbstractClasses/Curve/"
style Curve fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
Curve --> CurveData : Curve.CurveDatas
Curve
click Curve href "/Models/Profiles/CoreEquipment/AbstractClasses/Curve/"
style Curve fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
CurveData : CurveData.Curve
CurveData : CurveData.xvalue
CurveData : CurveData.y1value
CurveData : CurveData.y2value
Inheritance
- CurveData
Attributes
| Name | URI | Cardinality and Range | Description | Inheritance |
|---|---|---|---|---|
| Curve | cim:CurveData.Curve | No cardinality available Curve | The curve of this curve data point. | direct |
| xvalue | cim:CurveData.xvalue | No cardinality available float | The data value of the X-axis variable, depending on the X-axis units. | direct |
| y1value | cim:CurveData.y1value | No cardinality available float | The data value of the first Y-axis variable, depending on the Y-axis units. | direct |
| y2value | cim:CurveData.y2value | No cardinality available float | The data value of the second Y-axis variable (if present), depending on the Y-axis units. | direct |