cimpy.cgmes_v2_4_15.CurveData module
- class cimpy.cgmes_v2_4_15.CurveData.CurveData(Curve=None, xvalue=0.0, y1value=0.0, y2value=0.0)[source]
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.
- Curve:
The point data values that define this curve. Default: None
- Xvalue:
The data value of the X-axis variable, depending on the X-axis units. Default: 0.0
- Y1value:
The data value of the first Y-axis variable, depending on the Y-axis units. Default: 0.0
- Y2value:
The data value of the second Y-axis variable (if present), depending on the Y-axis units. Default: 0.0