Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
CIM
CIMpy
Commits
a4b229cb
Commit
a4b229cb
authored
Dec 03, 2019
by
Philipp Reuber
Browse files
add new cgmes class files, modify import/export for new files
parent
61b21744
Changes
439
Show whitespace changes
Inline
Side-by-side
cimpy/cgmes_v2_4_15/Currency.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class Currency(Base):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/CurrentFlow.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class CurrentFlow(Base):
'multiplier'
:
[
cgmesProfile
.
DY
.
value
,
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/CurrentLimit.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class CurrentLimit(OperationalLimit):
'value'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class OperationalLimit:
\n
'
+
OperationalLimit
.
__doc__
...
...
cimpy/cgmes_v2_4_15/Curve.py
View file @
a4b229cb
...
...
@@ -22,7 +22,7 @@ class Curve(IdentifiedObject):
'CurveDatas'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class IdentifiedObject:
\n
'
+
IdentifiedObject
.
__doc__
...
...
cimpy/cgmes_v2_4_15/CurveData.py
View file @
a4b229cb
...
...
@@ -20,7 +20,7 @@ class CurveData(Base):
'y2value'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/CurveStyle.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class CurveStyle(Base):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/DCBaseTerminal.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class DCBaseTerminal(ACDCTerminal):
'DCTopologicalNode'
:
[
cgmesProfile
.
TP
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ACDCTerminal:
\n
'
+
ACDCTerminal
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCBreaker.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class DCBreaker(DCSwitch):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class DCSwitch:
\n
'
+
DCSwitch
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCBusbar.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class DCBusbar(DCConductingEquipment):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class DCConductingEquipment:
\n
'
+
DCConductingEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCChopper.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class DCChopper(DCConductingEquipment):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class DCConductingEquipment:
\n
'
+
DCConductingEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCConductingEquipment.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class DCConductingEquipment(Equipment):
'DCTerminals'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class Equipment:
\n
'
+
Equipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCConverterOperatingModeKind.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class DCConverterOperatingModeKind(Base):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/DCConverterUnit.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class DCConverterUnit(DCEquipmentContainer):
'Substation'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class DCEquipmentContainer:
\n
'
+
DCEquipmentContainer
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCDisconnector.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class DCDisconnector(DCSwitch):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class DCSwitch:
\n
'
+
DCSwitch
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCEquipmentContainer.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class DCEquipmentContainer(EquipmentContainer):
'DCTopologicalNode'
:
[
cgmesProfile
.
TP
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class EquipmentContainer:
\n
'
+
EquipmentContainer
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCGround.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class DCGround(DCConductingEquipment):
'r'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class DCConductingEquipment:
\n
'
+
DCConductingEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCLine.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class DCLine(DCEquipmentContainer):
'Region'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class DCEquipmentContainer:
\n
'
+
DCEquipmentContainer
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCLineSegment.py
View file @
a4b229cb
...
...
@@ -22,7 +22,7 @@ class DCLineSegment(DCConductingEquipment):
'PerLengthParameter'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class DCConductingEquipment:
\n
'
+
DCConductingEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCNode.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class DCNode(IdentifiedObject):
'DCTopologicalNode'
:
[
cgmesProfile
.
TP
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class IdentifiedObject:
\n
'
+
IdentifiedObject
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DCPolarityKind.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class DCPolarityKind(Base):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
Prev
1
2
3
4
5
6
7
…
22
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment