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/DiscontinuousExcitationControlDynamics.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class DiscontinuousExcitationControlDynamics(DynamicsFunctionBlock):
'ExcitationSystemDynamics'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class DynamicsFunctionBlock:
\n
'
+
DynamicsFunctionBlock
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DiscontinuousExcitationControlUserDefined.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class DiscontinuousExcitationControlUserDefined(DiscontinuousExcitationControlDy
'ProprietaryParameterDynamics'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class DiscontinuousExcitationControlDynamics:
\n
'
+
DiscontinuousExcitationControlDynamics
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DroopSignalFeedbackKind.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class DroopSignalFeedbackKind(Base):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/DynamicsFunctionBlock.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class DynamicsFunctionBlock(IdentifiedObject):
'enabled'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class IdentifiedObject:
\n
'
+
IdentifiedObject
.
__doc__
...
...
cimpy/cgmes_v2_4_15/DynamicsVersion.py
View file @
a4b229cb
...
...
@@ -32,7 +32,7 @@ class DynamicsVersion(Base):
'shortName'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/EarthFaultCompensator.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class EarthFaultCompensator(ConductingEquipment):
'r'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ConductingEquipment:
\n
'
+
ConductingEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/EnergyConsumer.py
View file @
a4b229cb
...
...
@@ -20,7 +20,7 @@ class EnergyConsumer(ConductingEquipment):
'q'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ConductingEquipment:
\n
'
+
ConductingEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/EnergySchedulingType.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class EnergySchedulingType(IdentifiedObject):
'EnergySource'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class IdentifiedObject:
\n
'
+
IdentifiedObject
.
__doc__
...
...
cimpy/cgmes_v2_4_15/EnergySource.py
View file @
a4b229cb
...
...
@@ -38,7 +38,7 @@ class EnergySource(ConductingEquipment):
'reactivePower'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ConductingEquipment:
\n
'
+
ConductingEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/Equipment.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class Equipment(PowerSystemResource):
'OperationalLimitSet'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class PowerSystemResource:
\n
'
+
PowerSystemResource
.
__doc__
...
...
cimpy/cgmes_v2_4_15/EquipmentContainer.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class EquipmentContainer(ConnectivityNodeContainer):
'Equipments'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ConnectivityNodeContainer:
\n
'
+
ConnectivityNodeContainer
.
__doc__
...
...
cimpy/cgmes_v2_4_15/EquipmentVersion.py
View file @
a4b229cb
...
...
@@ -40,7 +40,7 @@ class EquipmentVersion(Base):
'shortName'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/EquivalentBranch.py
View file @
a4b229cb
...
...
@@ -44,7 +44,7 @@ class EquivalentBranch(EquivalentEquipment):
'zeroX21'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class EquivalentEquipment:
\n
'
+
EquivalentEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/EquivalentEquipment.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class EquivalentEquipment(ConductingEquipment):
'EquivalentNetwork'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ConductingEquipment:
\n
'
+
ConductingEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/EquivalentInjection.py
View file @
a4b229cb
...
...
@@ -44,7 +44,7 @@ class EquivalentInjection(EquivalentEquipment):
'q'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class EquivalentEquipment:
\n
'
+
EquivalentEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/EquivalentNetwork.py
View file @
a4b229cb
...
...
@@ -14,7 +14,7 @@ class EquivalentNetwork(ConnectivityNodeContainer):
'EquivalentEquipments'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ConnectivityNodeContainer:
\n
'
+
ConnectivityNodeContainer
.
__doc__
...
...
cimpy/cgmes_v2_4_15/EquivalentShunt.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class EquivalentShunt(EquivalentEquipment):
'g'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class EquivalentEquipment:
\n
'
+
EquivalentEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ExcAC1A.py
View file @
a4b229cb
...
...
@@ -56,7 +56,7 @@ class ExcAC1A(ExcitationSystemDynamics):
'hvlvgates'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ExcitationSystemDynamics:
\n
'
+
ExcitationSystemDynamics
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ExcAC2A.py
View file @
a4b229cb
...
...
@@ -68,7 +68,7 @@ class ExcAC2A(ExcitationSystemDynamics):
'lvgate'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ExcitationSystemDynamics:
\n
'
+
ExcitationSystemDynamics
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ExcAC3A.py
View file @
a4b229cb
...
...
@@ -64,7 +64,7 @@ class ExcAC3A(ExcitationSystemDynamics):
'vlv'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ExcitationSystemDynamics:
\n
'
+
ExcitationSystemDynamics
.
__doc__
...
...
Prev
1
2
3
4
5
6
7
8
9
…
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