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/ACDCConverter.py
View file @
a4b229cb
...
...
@@ -50,7 +50,7 @@ class ACDCConverter(ConductingEquipment):
'targetUdc'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class ConductingEquipment:
\n
'
+
ConductingEquipment
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ACDCConverterDCTerminal.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class ACDCConverterDCTerminal(DCBaseTerminal):
'polarity'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class DCBaseTerminal:
\n
'
+
DCBaseTerminal
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ACDCTerminal.py
View file @
a4b229cb
...
...
@@ -20,7 +20,7 @@ class ACDCTerminal(IdentifiedObject):
'connected'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class IdentifiedObject:
\n
'
+
IdentifiedObject
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ACLineSegment.py
View file @
a4b229cb
...
...
@@ -30,7 +30,7 @@ class ACLineSegment(Conductor):
'x0'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class Conductor:
\n
'
+
Conductor
.
__doc__
...
...
cimpy/cgmes_v2_4_15/ActivePower.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class ActivePower(Base):
'multiplier'
:
[
cgmesProfile
.
DY
.
value
,
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ActivePowerPerCurrentFlow.py
View file @
a4b229cb
...
...
@@ -22,7 +22,7 @@ class ActivePowerPerCurrentFlow(Base):
'value'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ActivePowerPerFrequency.py
View file @
a4b229cb
...
...
@@ -22,7 +22,7 @@ class ActivePowerPerFrequency(Base):
'value'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AngleDegrees.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class AngleDegrees(Base):
'multiplier'
:
[
cgmesProfile
.
DI
.
value
,
cgmesProfile
.
DY
.
value
,
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AngleRadians.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class AngleRadians(Base):
'multiplier'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ApparentPower.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class ApparentPower(Base):
'multiplier'
:
[
cgmesProfile
.
DY
.
value
,
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/Area.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class Area(Base):
'multiplier'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AsynchronousMachine.py
View file @
a4b229cb
...
...
@@ -34,7 +34,7 @@ class AsynchronousMachine(RotatingMachine):
'asynchronousMachineType'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class RotatingMachine:
\n
'
+
RotatingMachine
.
__doc__
...
...
cimpy/cgmes_v2_4_15/AsynchronousMachineDynamics.py
View file @
a4b229cb
...
...
@@ -20,7 +20,7 @@ class AsynchronousMachineDynamics(RotatingMachineDynamics):
'TurbineGovernorDynamics'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class RotatingMachineDynamics:
\n
'
+
RotatingMachineDynamics
.
__doc__
...
...
cimpy/cgmes_v2_4_15/AsynchronousMachineEquivalentCircuit.py
View file @
a4b229cb
...
...
@@ -22,7 +22,7 @@ class AsynchronousMachineEquivalentCircuit(AsynchronousMachineDynamics):
'xlr2'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class AsynchronousMachineDynamics:
\n
'
+
AsynchronousMachineDynamics
.
__doc__
...
...
cimpy/cgmes_v2_4_15/AsynchronousMachineKind.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class AsynchronousMachineKind(Base):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AsynchronousMachineTimeConstantReactance.py
View file @
a4b229cb
...
...
@@ -22,7 +22,7 @@ class AsynchronousMachineTimeConstantReactance(AsynchronousMachineDynamics):
'tppo'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class AsynchronousMachineDynamics:
\n
'
+
AsynchronousMachineDynamics
.
__doc__
...
...
cimpy/cgmes_v2_4_15/AsynchronousMachineUserDefined.py
View file @
a4b229cb
...
...
@@ -16,7 +16,7 @@ class AsynchronousMachineUserDefined(AsynchronousMachineDynamics):
'ProprietaryParameterDynamics'
:
[
cgmesProfile
.
DY
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class AsynchronousMachineDynamics:
\n
'
+
AsynchronousMachineDynamics
.
__doc__
...
...
cimpy/cgmes_v2_4_15/BaseVoltage.py
View file @
a4b229cb
...
...
@@ -22,7 +22,7 @@ class BaseVoltage(IdentifiedObject):
'TopologicalNode'
:
[
cgmesProfile
.
TP
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class IdentifiedObject:
\n
'
+
IdentifiedObject
.
__doc__
...
...
cimpy/cgmes_v2_4_15/BasicIntervalSchedule.py
View file @
a4b229cb
...
...
@@ -18,7 +18,7 @@ class BasicIntervalSchedule(IdentifiedObject):
'value2Unit'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
__doc__
+=
'
\n
Documentation of parent class IdentifiedObject:
\n
'
+
IdentifiedObject
.
__doc__
...
...
cimpy/cgmes_v2_4_15/Boolean.py
View file @
a4b229cb
...
...
@@ -12,7 +12,7 @@ class Boolean(Base):
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
DI
.
value
,
cgmesProfile
.
DY
.
value
,
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
SSH
.
value
,
],
}
readI
nProfile
=
{}
serializatio
nProfile
=
{}
...
...
Prev
1
2
3
4
5
…
22
Next
Write
Preview
Markdown
is supported
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