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 Simulation and Optimization
DPsim
DPsim
Commits
3793003d
Commit
3793003d
authored
Sep 25, 2018
by
Markus Mirz
Browse files
fix python c++ example
Former-commit-id:
591fdd69
parent
4c266e61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/Cxx/Circuits/test_IdealVS_R_1_cpp.py
View file @
3793003d
...
...
@@ -6,7 +6,7 @@ import subprocess
PATH
=
os
.
path
.
dirname
(
__file__
)
def
test_IdealVS_R_1_cpp
():
name
=
'
Ideal
VS_R_1'
name
=
'VS_R_1'
frequency
=
50
path
=
PATH
+
"/../../../build/Examples/Cxx/DP_"
+
name
if
os
.
name
==
'nt'
:
...
...
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