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
Hide whitespace changes
Inline
Side-by-side
cimpy/cgmes_v2_4_15/Breaker.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class Breaker(ProtectedSwitch):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ProtectedSwitch:
\n
'
+
ProtectedSwitch
.
__doc__
...
...
cimpy/cgmes_v2_4_15/BusNameMarker.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class BusNameMarker(IdentifiedObject):
'Terminal'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class IdentifiedObject:
\n
'
+
IdentifiedObject
.
__doc__
...
...
cimpy/cgmes_v2_4_15/BusbarSection.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class BusbarSection(Connector):
'ipMax'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class Connector:
\n
'
+
Connector
.
__doc__
...
...
cimpy/cgmes_v2_4_15/Capacitance.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class Capacitance(Base):
'multiplier'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/CapacitancePerLength.py
View file @
a4b229cb
...
...
@@ -22,7 +22,7 @@ class CapacitancePerLength(Base):
'denominatorMultiplier'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/Conductance.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class Conductance(Base):
'multiplier'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ConductingEquipment.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class ConductingEquipment(Equipment):
'SvStatus'
:
[
cgmesProfile
.
SV
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class Equipment:
\n
'
+
Equipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/Conductor.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class Conductor(ConductingEquipment):
'length'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ConductingEquipment:
\n
'
+
ConductingEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ConformLoad.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class ConformLoad(EnergyConsumer):
'LoadGroup'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class EnergyConsumer:
\n
'
+
EnergyConsumer
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ConformLoadGroup.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class ConformLoadGroup(LoadGroup):
'ConformLoadSchedules'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class LoadGroup:
\n
'
+
LoadGroup
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ConnectivityNode.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class ConnectivityNode(Base):
'TopologicalNode'
:
[
cgmesProfile
.
TP
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ConnectivityNodeContainer.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class ConnectivityNodeContainer(PowerSystemResource):
'TopologicalNode'
:
[
cgmesProfile
.
TP
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class PowerSystemResource:
\n
'
+
PowerSystemResource
.
__doc__
...
...
cimpy/cgmes_v2_4_15/Connector.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class Connector(ConductingEquipment):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ConductingEquipment:
\n
'
+
ConductingEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ControlArea.py
View file @
a4b229cb
...
...
@@ -22,7 +22,7 @@ class ControlArea(PowerSystemResource):
'pTolerance'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class PowerSystemResource:
\n
'
+
PowerSystemResource
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ControlAreaGeneratingUnit.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class ControlAreaGeneratingUnit(IdentifiedObject):
'ControlArea'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class IdentifiedObject:
\n
'
+
IdentifiedObject
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ControlAreaTypeKind.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class ControlAreaTypeKind(Base):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/CoordinateSystem.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class CoordinateSystem(IdentifiedObject):
'Location'
:
[
cgmesProfile
.
GL
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class IdentifiedObject:
\n
'
+
IdentifiedObject
.
__doc__
...
...
cimpy/cgmes_v2_4_15/CsConverter.py
View file @
a4b229cb
...
...
@@ -40,7 +40,7 @@ class CsConverter(ACDCConverter):
'targetIdc'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ACDCConverter:
\n
'
+
ACDCConverter
.
__doc__
...
...
cimpy/cgmes_v2_4_15/CsOperatingModeKind.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class CsOperatingModeKind(Base):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/CsPpccControlKind.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class CsPpccControlKind(Base):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
Prev
1
2
3
4
5
6
…
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