python: add missing definition for custom excite, #129
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
parent
45c90c24e8
commit
6a13d81cf0
@ -51,6 +51,7 @@ cdef extern from "openEMS/openems.h":
|
|||||||
void SetSinusExcite(double f0)
|
void SetSinusExcite(double f0)
|
||||||
void SetDiracExcite(double f_max)
|
void SetDiracExcite(double f_max)
|
||||||
void SetStepExcite(double f_max)
|
void SetStepExcite(double f_max)
|
||||||
|
void SetCustomExcite(string _str, double f0, double fmax)
|
||||||
|
|
||||||
void SetAbort(bool val)
|
void SetAbort(bool val)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user