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
Power System Automation and Monitoring
pyVolt
pyVolt
Commits
d8370f97
Commit
d8370f97
authored
May 22, 2019
by
Jan Dinkelbach
Browse files
update paths of cim and reference files
parent
f39913e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/validation/test_nv_powerflow.py
View file @
d8370f97
...
...
@@ -6,7 +6,7 @@ import cimpy
logging
.
basicConfig
(
filename
=
'CIGRE.log'
,
level
=
logging
.
INFO
,
filemode
=
'w'
)
cim_xml_path
=
r
".
\examples
\quickstart\sample_data"
cim_xml_path
=
r
".
.
\quickstart\sample_data"
cim_xml_files
=
[
cim_xml_path
+
r
"\Rootnet_FULL_NE_06J16h_DI.xml"
,
cim_xml_path
+
r
"\Rootnet_FULL_NE_06J16h_EQ.xml"
,
cim_xml_path
+
r
"\Rootnet_FULL_NE_06J16h_SV.xml"
,
...
...
@@ -28,7 +28,7 @@ for node in results_pf.nodes:
print
(
"
\n\n\n
"
)
# Show numerical comparison
loadflow_results_path
=
r
".
\examples
\quickstart\sample_data"
loadflow_results_path
=
r
".
.
\quickstart\sample_data"
loadflow_results_file
=
loadflow_results_path
+
r
"\CIGRE-MV-NoTap.csv"
results_dpsim
=
results
.
Results
(
system
)
...
...
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