Struct sep2_common::packages::der::CurveData
source · pub struct CurveData {
pub excitation: Option<bool>,
pub xvalue: Int32,
pub yvalue: Int32,
}
der
only.Expand description
Data point values for defining a curve or schedule
Fields§
§excitation: Option<bool>
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).
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.