tinrabuzin

Results 2 issues of tinrabuzin

When I run the command: ``` python omc.sendExpression("getComponentModifierValue(iPSL.Examples.DevelopmentExamples.Electrical.Machines.PSSE.GENROE,pwLine.X)") ``` I get a parse exception but when I run ``` python omc.execute("getComponentModifierValue(iPSL.Examples.DevelopmentExamples.Electrical.Machines.PSSE.GENROE,pwLine.X)") ``` I get the desired output.

Hello, I started playing with the library and one part of it consisted of making a model of a first-order asynchronous machine (AM). AM cannot be modeled in power flow...