CurveData
Class Description
Data point values for defining a curve or schedule
Attributes
Name | Type | Description |
---|---|---|
xvalue | Int32 | The data value of the X-axis (independent) variable, depending on the curve type. See definitions in DERControlBase for further information. |
yvalue | Int32 | The data value of the Y-axis (dependent) variable, depending on the curve type. See definitions in DERControlBase for further information. If yvalue is Power Factor, the excitation field SHALL be present and yvalue SHALL be a positive value. If yvalue is not Power Factor, the excitation field SHALL NOT be present. |
excitation | boolean | If yvalue is Power Factor, then this field SHALL be present. If yvalue is not Power Factor, then this field SHALL NOT be present. True when DER is absorbing reactive power (under-excited), false when DER is injecting reactive power (over-excited). |
Relationships
Inherits from
- None
Descendant classes
- No descendant classes
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target |
---|---|---|---|
DERCurve | CurveData | 1..10 |