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
50a3693b
Commit
50a3693b
authored
Oct 21, 2019
by
Jan Dinkelbach
Browse files
fix file references
parent
bc8188c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/quickstart/run_nv_powerflow.py
View file @
50a3693b
...
...
@@ -3,6 +3,9 @@ from acs.state_estimation import network
from
acs.state_estimation
import
nv_powerflow
from
acs.state_estimation
import
results
import
cimpy
import
os
os
.
chdir
(
os
.
path
.
dirname
(
__file__
))
logging
.
basicConfig
(
filename
=
'CIGRE.log'
,
level
=
logging
.
INFO
,
filemode
=
'w'
)
...
...
examples/quickstart/run_nv_state_estimator.py
View file @
50a3693b
...
...
@@ -9,6 +9,9 @@ from acs.state_estimation import nv_state_estimator
from
acs.state_estimation
import
measurement
from
acs.state_estimation
import
results
import
cimpy
import
os
os
.
chdir
(
os
.
path
.
dirname
(
__file__
))
logging
.
basicConfig
(
filename
=
'CIGRE.log'
,
level
=
logging
.
INFO
,
filemode
=
'w'
)
...
...
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