First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
That's a good question, I haven't seen or used those API calls before and have not had issues... My initial hunch tells me that `psspy.powerflowmode() is necessary if you are affecting the network in a way that changes the admittance matrix values, which may include changing a converted load's power. I will investigate that when I have time and update my answer.
You can use this command to disconnect the bus instead, and confidently not use those comands:
ierr = psspy.dist_bus_trip(ibus)
2 | No.2 Revision |
That's a good question, I haven't seen or used those API calls before and have not had issues... My initial hunch tells me that `psspy.powerflowmode() psspy.powerflowmode()
is necessary if you are affecting the network in a way that changes the admittance matrix values, which may include changing a converted load's power. I will investigate that when I have time and update my answer.
You can use this command to disconnect the bus instead, and confidently not use those comands:
ierr = psspy.dist_bus_trip(ibus)
3 | No.3 Revision |
That's a good question, I haven't seen or used those API calls before and have not had issues... My initial hunch tells me that psspy.powerflowmode()
is necessary if you are affecting the network in a way that changes the admittance matrix values, which may include for example, changing a converted load's power. I will investigate that when I have time and update my answer.
You can use this command to disconnect the bus instead, and confidently not use those comands:
ierr = psspy.dist_bus_trip(ibus)