First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I want to apply a fault at a specific time in the network. But I don't know how to set the time. I have used the following command. Could you please help me, for example, I want to trip a line between bus 1 and 2 at time 10 seconds and the fault clean at time 15 sec.
psspy.dist_branch_fault(2, 3, r"""1""", 1, 13.8, [0.0, -10]) #\\
psspy.dist_branch_fault(4, 5, r"""1""", 1, 100.0, [0.0, -10])\\
psspy.dist_bus_fault(6, 1, 230.0, [0.0, -1000]) #fault at a bus
2 | No.2 Revision |
I want to apply a fault at a specific time in the network. But I don't know how to set the time. I have used the following command. Could you please help me, for example, I want to trip a line between bus 1 and 2 at time 10 seconds and the fault clean at time 15 sec.
I have tried to put the following in the code style, but I could not:(
psspy.dist_branch_fault(2, 3, r"""1""", 1, 13.8, [0.0, -10]) #\\
psspy.dist_branch_fault(4, 5, r"""1""", 1, 100.0, [0.0, -10])\\
psspy.dist_bus_fault(6, 1, 230.0, [0.0, -1000]) #fault at a bus