-
Hello everyone, I have been using the Python version of NeqSim, and recently I have updated it to the latest version. After updating, this line of my code no longer works: gas[index].setPhaseType(0, "gas") I received the following error: java.lang.RuntimeException: java.lang.RuntimeException: neqsim.util.exception.InvalidInputException: PhaseType:byName - Input name is not valid. I hope that someone can recommend to me the correct syntax. Also it would be helpful if someone can point out where I can find the changelog for different NeqSim versions Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for pointing out. I will look into it. It seems like a solution could be to use capital letters. |
Beta Was this translation helpful? Give feedback.
Thanks for pointing out. I will look into it.
@asmfstatoil might be the best to answer this.
It seems like a solution could be to use capital letters.
gas[index].setPhaseType(0, "GAS")