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
f4741a3c
Commit
f4741a3c
authored
Sep 25, 2020
by
Jan Dinkelbach
Browse files
fix convertToBusBranch example
parent
95fd702a
Pipeline
#335232
passed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cimpy/examples/convertToBusBranch.py
View file @
f4741a3c
...
...
@@ -23,6 +23,6 @@ import_result = cimpy.cim_import(xml_files, "cgmes_v2_4_15")
import_result
=
cimpy
.
utils
.
node_breaker_to_bus_branch
(
import_result
)
activeProfileList
=
[
'DI'
,
'EQ'
,
'SV'
,
'TP'
]
activeProfileList
=
[
'DI'
,
'EQ'
,
'TP'
]
cimpy
.
cim_export
(
import_result
,
'Bus_Branch_Converted'
,
'cgmes_v2_4_15'
,
activeProfileList
)
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