Closed Sander3003 closed 3 years ago
An example in the CGMES examples is (FullGrid_CGMES3.0) does not use unit and muliplier as specificiefd in IEC 61970-600-2:
<cim:BaseVoltage rdf:ID="_1cefd53a-79bd-4ad4-aa9a-5a4ad0191ce2">
<cim:BaseVoltage.nominalVoltage>21.00</cim:BaseVoltage.nominalVoltage>
<cim:IdentifiedObject.description>Base Voltage 21.00 kV</cim:IdentifiedObject.description>
<eu:IdentifiedObject.shortName>21.00</eu:IdentifiedObject.shortName>
<cim:IdentifiedObject.name>21.00 kV</cim:IdentifiedObject.name>
<cim:IdentifiedObject.mRID>1cefd53a-79bd-4ad4-aa9a-5a4ad0191ce2</cim:IdentifiedObject.mRID>
<eu:IdentifiedObject.energyIdentCodeEic>00X-BE-BE-000031</eu:IdentifiedObject.energyIdentCodeEic>
</cim:BaseVoltage>
It looks like that all the voltages are in kV. Theirefore we could make the assumption that every voltage in in k= multiplier and V=unit.
As an engineer I want to map the IEC CIM 'BaseVoltage' class to the IEC 61850 equivalent So I can generate 61850 single line diagrams without manual editing
Default value for CGMES profiles: k for the multiplier and V for the unit.
Background: Mapping can be based on IEC/TS 62361-102
Acceptance criteria: Document the use of the multiplier and unit.