Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
CIM
CIMpy
Commits
ae261c95
Commit
ae261c95
authored
Aug 26, 2020
by
Richard Marston
Browse files
Correct short name
parent
58883eaf
Changes
481
Hide whitespace changes
Inline
Side-by-side
cimpy/cgmes_v2_4_15/ACDCConverter.py
View file @
ae261c95
...
...
@@ -28,26 +28,26 @@ class ACDCConverter(ConductingEquipment):
cgmesProfile
=
ConductingEquipment
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}
.
value
,
],
'baseS'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'idleLoss'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'maxUdc'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'minUdc'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'numberOfValves'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'ratedUdc'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'resistiveLoss'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'switchingLoss'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'valveU0'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'DCTerminals'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'PccTerminal'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'p'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
],
'q'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
],
'targetPpcc'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
],
'targetUdc'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
],
'idc'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}
.
value
,
],
'poleLossP'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}
.
value
,
],
'uc'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}
.
value
,
],
'udc'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
cgmesProfile
.
SV
.
value
,
],
'baseS'
:
[
cgmesProfile
.
EQ
.
value
,
],
'idleLoss'
:
[
cgmesProfile
.
EQ
.
value
,
],
'maxUdc'
:
[
cgmesProfile
.
EQ
.
value
,
],
'minUdc'
:
[
cgmesProfile
.
EQ
.
value
,
],
'numberOfValves'
:
[
cgmesProfile
.
EQ
.
value
,
],
'ratedUdc'
:
[
cgmesProfile
.
EQ
.
value
,
],
'resistiveLoss'
:
[
cgmesProfile
.
EQ
.
value
,
],
'switchingLoss'
:
[
cgmesProfile
.
EQ
.
value
,
],
'valveU0'
:
[
cgmesProfile
.
EQ
.
value
,
],
'DCTerminals'
:
[
cgmesProfile
.
EQ
.
value
,
],
'PccTerminal'
:
[
cgmesProfile
.
EQ
.
value
,
],
'p'
:
[
cgmesProfile
.
SSH
.
value
,
],
'q'
:
[
cgmesProfile
.
SSH
.
value
,
],
'targetPpcc'
:
[
cgmesProfile
.
SSH
.
value
,
],
'targetUdc'
:
[
cgmesProfile
.
SSH
.
value
,
],
'idc'
:
[
cgmesProfile
.
SV
.
value
,
],
'poleLossP'
:
[
cgmesProfile
.
SV
.
value
,
],
'uc'
:
[
cgmesProfile
.
SV
.
value
,
],
'udc'
:
[
cgmesProfile
.
SV
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ACDCConverterDCTerminal.py
View file @
ae261c95
...
...
@@ -11,9 +11,9 @@ class ACDCConverterDCTerminal(DCBaseTerminal):
cgmesProfile
=
DCBaseTerminal
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'TP'
}
.
value
,
],
'DCConductingEquipment'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'polarity'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
cgmesProfile
.
TP
.
value
,
],
'DCConductingEquipment'
:
[
cgmesProfile
.
EQ
.
value
,
],
'polarity'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ACDCTerminal.py
View file @
ae261c95
...
...
@@ -14,12 +14,12 @@ class ACDCTerminal(IdentifiedObject):
cgmesProfile
=
IdentifiedObject
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DY'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'TP'
}
.
value
,
],
'BusNameMarker'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'sequenceNumber'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'OperationalLimitSet'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'Measurements'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'connected'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
DY
.
value
,
cgmesProfile
.
TP
.
value
,
],
'BusNameMarker'
:
[
cgmesProfile
.
EQ
.
value
,
],
'sequenceNumber'
:
[
cgmesProfile
.
EQ
.
value
,
],
'OperationalLimitSet'
:
[
cgmesProfile
.
EQ
.
value
,
],
'Measurements'
:
[
cgmesProfile
.
EQ
.
value
,
],
'connected'
:
[
cgmesProfile
.
SSH
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ACLineSegment.py
View file @
ae261c95
...
...
@@ -18,16 +18,16 @@ class ACLineSegment(Conductor):
cgmesProfile
=
Conductor
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'bch'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'gch'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'r'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'x'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'b0ch'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'g0ch'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'r0'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'shortCircuitEndTemperature'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'x0'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'bch'
:
[
cgmesProfile
.
EQ
.
value
,
],
'gch'
:
[
cgmesProfile
.
EQ
.
value
,
],
'r'
:
[
cgmesProfile
.
EQ
.
value
,
],
'x'
:
[
cgmesProfile
.
EQ
.
value
,
],
'b0ch'
:
[
cgmesProfile
.
EQ
.
value
,
],
'g0ch'
:
[
cgmesProfile
.
EQ
.
value
,
],
'r0'
:
[
cgmesProfile
.
EQ
.
value
,
],
'shortCircuitEndTemperature'
:
[
cgmesProfile
.
EQ
.
value
,
],
'x0'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/Accumulator.py
View file @
ae261c95
...
...
@@ -11,9 +11,9 @@ class Accumulator(Measurement):
cgmesProfile
=
Measurement
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'LimitSets'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'AccumulatorValues'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'LimitSets'
:
[
cgmesProfile
.
EQ
.
value
,
],
'AccumulatorValues'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AccumulatorLimit.py
View file @
ae261c95
...
...
@@ -11,9 +11,9 @@ class AccumulatorLimit(Limit):
cgmesProfile
=
Limit
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'value'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'LimitSet'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'value'
:
[
cgmesProfile
.
EQ
.
value
,
],
'LimitSet'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AccumulatorLimitSet.py
View file @
ae261c95
...
...
@@ -11,9 +11,9 @@ class AccumulatorLimitSet(LimitSet):
cgmesProfile
=
LimitSet
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'Measurements'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'Limits'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'Measurements'
:
[
cgmesProfile
.
EQ
.
value
,
],
'Limits'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AccumulatorReset.py
View file @
ae261c95
...
...
@@ -10,8 +10,8 @@ class AccumulatorReset(Control):
cgmesProfile
=
Control
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'AccumulatorValue'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'AccumulatorValue'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AccumulatorValue.py
View file @
ae261c95
...
...
@@ -12,10 +12,10 @@ class AccumulatorValue(MeasurementValue):
cgmesProfile
=
MeasurementValue
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'Accumulator'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'AccumulatorReset'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'value'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'Accumulator'
:
[
cgmesProfile
.
EQ
.
value
,
],
'AccumulatorReset'
:
[
cgmesProfile
.
EQ
.
value
,
],
'value'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ActivePower.py
View file @
ae261c95
...
...
@@ -12,10 +12,10 @@ class ActivePower(Base):
cgmesProfile
=
Base
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DY'
}
.
value
,
],
'value'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DY'
}
.
value
,
],
'unit'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DY'
}
.
value
,
],
'multiplier'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DY'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
DY
.
value
,
],
'value'
:
[
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
DY
.
value
,
],
'unit'
:
[
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
DY
.
value
,
],
'multiplier'
:
[
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
DY
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ActivePowerLimit.py
View file @
ae261c95
...
...
@@ -10,8 +10,8 @@ class ActivePowerLimit(OperationalLimit):
cgmesProfile
=
OperationalLimit
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'value'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'value'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ActivePowerPerCurrentFlow.py
View file @
ae261c95
...
...
@@ -14,12 +14,12 @@ class ActivePowerPerCurrentFlow(Base):
cgmesProfile
=
Base
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'denominatorMultiplier'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'denominatorUnit'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'multiplier'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'unit'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'value'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'denominatorMultiplier'
:
[
cgmesProfile
.
EQ
.
value
,
],
'denominatorUnit'
:
[
cgmesProfile
.
EQ
.
value
,
],
'multiplier'
:
[
cgmesProfile
.
EQ
.
value
,
],
'unit'
:
[
cgmesProfile
.
EQ
.
value
,
],
'value'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/ActivePowerPerFrequency.py
View file @
ae261c95
...
...
@@ -14,12 +14,12 @@ class ActivePowerPerFrequency(Base):
cgmesProfile
=
Base
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'denominatorMultiplier'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'denominatorUnit'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'multiplier'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'unit'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'value'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'denominatorMultiplier'
:
[
cgmesProfile
.
EQ
.
value
,
],
'denominatorUnit'
:
[
cgmesProfile
.
EQ
.
value
,
],
'multiplier'
:
[
cgmesProfile
.
EQ
.
value
,
],
'unit'
:
[
cgmesProfile
.
EQ
.
value
,
],
'value'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/Analog.py
View file @
ae261c95
...
...
@@ -12,10 +12,10 @@ class Analog(Measurement):
cgmesProfile
=
Measurement
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'positiveFlowIn'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'AnalogValues'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'LimitSets'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'positiveFlowIn'
:
[
cgmesProfile
.
EQ
.
value
,
],
'AnalogValues'
:
[
cgmesProfile
.
EQ
.
value
,
],
'LimitSets'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AnalogControl.py
View file @
ae261c95
...
...
@@ -12,10 +12,10 @@ class AnalogControl(Control):
cgmesProfile
=
Control
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'maxValue'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'minValue'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'AnalogValue'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'maxValue'
:
[
cgmesProfile
.
EQ
.
value
,
],
'minValue'
:
[
cgmesProfile
.
EQ
.
value
,
],
'AnalogValue'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AnalogLimit.py
View file @
ae261c95
...
...
@@ -11,9 +11,9 @@ class AnalogLimit(Limit):
cgmesProfile
=
Limit
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'value'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'LimitSet'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'value'
:
[
cgmesProfile
.
EQ
.
value
,
],
'LimitSet'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AnalogLimitSet.py
View file @
ae261c95
...
...
@@ -11,9 +11,9 @@ class AnalogLimitSet(LimitSet):
cgmesProfile
=
LimitSet
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'Measurements'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'Limits'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'Measurements'
:
[
cgmesProfile
.
EQ
.
value
,
],
'Limits'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AnalogValue.py
View file @
ae261c95
...
...
@@ -12,10 +12,10 @@ class AnalogValue(MeasurementValue):
cgmesProfile
=
MeasurementValue
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'Analog'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'AnalogControl'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'value'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'Analog'
:
[
cgmesProfile
.
EQ
.
value
,
],
'AnalogControl'
:
[
cgmesProfile
.
EQ
.
value
,
],
'value'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AngleDegrees.py
View file @
ae261c95
...
...
@@ -12,10 +12,10 @@ class AngleDegrees(Base):
cgmesProfile
=
Base
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DL'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DY'
}
.
value
,
],
'value'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DL'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DY'
}
.
value
,
],
'unit'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DL'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DY'
}
.
value
,
],
'multiplier'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DL'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'
SSH
'
}
.
value
,
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'SV'
}.
value
,
cgmesProfile
.{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'DY'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
DL
.
value
,
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
DY
.
value
,
],
'value'
:
[
cgmesProfile
.
DL
.
value
,
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
DY
.
value
,
],
'unit'
:
[
cgmesProfile
.
DL
.
value
,
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
DY
.
value
,
],
'multiplier'
:
[
cgmesProfile
.
DL
.
value
,
cgmesProfile
.
EQ
.
value
,
cgmesProfile
.
SSH
.
value
,
cgmesProfile
.
SV
.
value
,
cgmesProfile
.
DY
.
value
,
],
}
serializationProfile
=
{}
...
...
cimpy/cgmes_v2_4_15/AngleRadians.py
View file @
ae261c95
...
...
@@ -12,10 +12,10 @@ class AngleRadians(Base):
cgmesProfile
=
Base
.
cgmesProfile
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'value'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'unit'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
'multiplier'
:
[
cgmesProfile
.
{
'$rdf:datatype'
:
'http://www.w3.org/2001/XMLSchema#string'
,
'_'
:
'EQ'
}
.
value
,
],
possibleProfileList
=
{
'class'
:
[
cgmesProfile
.
EQ
.
value
,
],
'value'
:
[
cgmesProfile
.
EQ
.
value
,
],
'unit'
:
[
cgmesProfile
.
EQ
.
value
,
],
'multiplier'
:
[
cgmesProfile
.
EQ
.
value
,
],
}
serializationProfile
=
{}
...
...
Prev
1
2
3
4
5
…
25
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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