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