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.

Type

Class

URI

cim:CurveData

CIM standard (perspective)

IEC61970 (Grid)

Class hierarchy

Slots

Associated classes
Figure 1. Associated classes
Name Cardinality Type Description

Curve

1

Curve

The curve of this curve data point.

xvalue

0..1

float

The data value of the X-axis variable, depending on the X-axis units.

y1value

0..1

float

The data value of the first Y-axis variable, depending on the Y-axis units.

y2value

0..1

float

The data value of the second Y-axis variable (if present), depending on the Y-axis units.

y3value

0..1

float

The data value of the third Y-axis variable (if present), depending on the Y-axis units.


Curve

The curve of this curve data point.

URI

cim:CurveData.Curve

Cardinality

1

Type

Curve

xvalue

The data value of the X-axis variable, depending on the X-axis units.

URI

cim:CurveData.xvalue

Cardinality

0..1

Type

float

y1value

The data value of the first Y-axis variable, depending on the Y-axis units.

URI

cim:CurveData.y1value

Cardinality

0..1

Type

float

y2value

The data value of the second Y-axis variable (if present), depending on the Y-axis units.

URI

cim:CurveData.y2value

Cardinality

0..1

Type

float

y3value

The data value of the third Y-axis variable (if present), depending on the Y-axis units.

URI

cim:CurveData.y3value

Cardinality

0..1

Type

float