Curve
A multi-purpose curve or functional relationship between an independent variable (X-axis) and dependent (Y-axis) variables.
URI: cim:Curve
Type: Class
classDiagram
class Curve
click Curve href "../Curve"
IdentifiedObject <|-- Curve
click IdentifiedObject href "../IdentifiedObject"
Curve <|-- GrossToNetActivePowerCurve
click GrossToNetActivePowerCurve href "../GrossToNetActivePowerCurve"
Curve <|-- ReactiveCapabilityCurve
click ReactiveCapabilityCurve href "../ReactiveCapabilityCurve"
Curve <|-- VsCapabilityCurve
click VsCapabilityCurve href "../VsCapabilityCurve"
Curve : Curve.CurveDatas
Curve --> CurveData : Curve.CurveDatas
click CurveData href "../CurveData"
Curve : Curve.curveStyle
Curve --> CurveStyle : Curve.curveStyle
click CurveStyle href "../CurveStyle"
Curve : IdentifiedObject.description
Curve : IdentifiedObject.energyIdentCodeEic
Curve : IdentifiedObject.mRID
Curve : IdentifiedObject.name
Curve : IdentifiedObject.shortName
Curve : Curve.xUnit
Curve --> UnitSymbol : Curve.xUnit
click UnitSymbol href "../UnitSymbol"
Curve : Curve.y1Unit
Curve --> UnitSymbol : Curve.y1Unit
click UnitSymbol href "../UnitSymbol"
Curve : Curve.y2Unit
Curve --> UnitSymbol : Curve.y2Unit
click UnitSymbol href "../UnitSymbol"
Inheritance
Attributes
Name | URI | Cardinality and Range | Description | Inheritance |
---|---|---|---|---|
curveStyle | cim:Curve.curveStyle | 1 CurveStyle |
The style or shape of the curve | direct |
xUnit | cim:Curve.xUnit | 1 UnitSymbol |
The X-axis units of measure | direct |
y1Unit | cim:Curve.y1Unit | 1 UnitSymbol |
The Y1-axis units of measure | direct |
y2Unit | cim:Curve.y2Unit | 0..1 UnitSymbol |
The Y2-axis units of measure | direct |
CurveDatas | cim:Curve.CurveDatas | 1..* CurveData |
The point data values that define this curve | direct |
description | cim:IdentifiedObject.description | 0..1 string |
The description is a free human readable text describing or naming the object | IdentifiedObject |
energyIdentCodeEic | eu:IdentifiedObject.energyIdentCodeEic | 0..1 string |
The attribute is used for an exchange of the EIC code (Energy identification ... | IdentifiedObject |
mRID | cim:IdentifiedObject.mRID | 1 string |
Master resource identifier issued by a model authority | IdentifiedObject |
name | cim:IdentifiedObject.name | 1 string |
The name is any free human readable and possibly non unique text naming the o... | IdentifiedObject |
shortName | eu:IdentifiedObject.shortName | 0..1 string |
The attribute is used for an exchange of a human readable short name with len... | IdentifiedObject |
Usages
used by | used in | type | used |
---|---|---|---|
CurveData | Curve | range | Curve |
Identifier and Mapping Information
Schema Source
- from schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
Mappings
Mapping Type | Mapped Value |
---|---|
self | cim:Curve |
native | this:Curve |