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
ca097282
Commit
ca097282
authored
Jul 10, 2019
by
Markus Mirz
Browse files
update py module
Former-commit-id:
336e3a51
parent
b126955d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Python/Module.cpp
View file @
ca097282
...
...
@@ -61,7 +61,7 @@ static PyMethodDef dpsimModuleMethods[] = {
Component
::
constructorDef
<
CPS
::
DP
::
Ph1
::
SynchronGeneratorTrStab
>
(
"_dp_ph1_SynchronGeneratorTrStab"
),
Component
::
constructorDef
<
CPS
::
DP
::
Ph1
::
Transformer
>
(
"_dp_ph1_Transformer"
),
Component
::
constructorDef
<
CPS
::
DP
::
Ph1
::
VoltageSource
>
(
"_dp_ph1_VoltageSource"
),
Component
::
constructorDef
<
CPS
::
DP
::
Ph1
::
VoltageSource
Freq
>
(
"_dp_ph1_VoltageSource
Freq
"
),
Component
::
constructorDef
<
CPS
::
DP
::
Ph1
::
VoltageSource
Ramp
>
(
"_dp_ph1_VoltageSource
Ramp
"
),
Component
::
constructorDef
<
CPS
::
DP
::
Ph1
::
VoltageSourceNorton
>
(
"_dp_ph1_VoltageSourceNorton"
),
Component
::
constructorDef
<
CPS
::
DP
::
Ph3
::
SeriesResistor
>
(
"_dp_ph3_SeriesResistor"
),
Component
::
constructorDef
<
CPS
::
DP
::
Ph3
::
SeriesSwitch
>
(
"_dp_ph3_SeriesSwitch"
),
...
...
@@ -76,7 +76,7 @@ static PyMethodDef dpsimModuleMethods[] = {
Component
::
constructorDef
<
CPS
::
EMT
::
Ph1
::
Inductor
>
(
"_emt_ph1_Inductor"
),
Component
::
constructorDef
<
CPS
::
EMT
::
Ph1
::
Resistor
>
(
"_emt_ph1_Resistor"
),
Component
::
constructorDef
<
CPS
::
EMT
::
Ph1
::
VoltageSource
>
(
"_emt_ph1_VoltageSource"
),
Component
::
constructorDef
<
CPS
::
EMT
::
Ph1
::
VoltageSource
Freq
>
(
"_emt_ph1_VoltageSource
Freq
"
),
Component
::
constructorDef
<
CPS
::
EMT
::
Ph1
::
VoltageSource
Ramp
>
(
"_emt_ph1_VoltageSource
Ramp
"
),
Component
::
constructorDef
<
CPS
::
EMT
::
Ph1
::
VoltageSourceNorton
>
(
"_emt_ph1_VoltageSourceNorton"
),
// Static Phasor (SP)
...
...
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