0

How can i set the fualt location in PSS/E

  • retag add tags

Could I ask for some assistance? I am working on simulations in PSS/E software and have encountered some difficulties with branch faults. I am curious if it's possible to set the fault location at specific points along the branch, such as 20%, 40%, or 60%,and so on. If so, how can these locations be set? Additionally, if this setting is feasible, I would like to generate simulation samples in bulk using a Python API. How should I invoke the commands to set the fault location in my Python program? If anyone has knowledge in this area, could you please offer some guidance or help? Thank you very much!

ZYW200185's avatar
1
ZYW200185
asked 2024-08-13 20:05:13 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Sorry I'm not familiar with branch fault, but I do check about the setting, you could check "Dynamics/ Disturbances/Calculate and apply branch unbalance" which mentioned about "Fault location as a fraction of line". But I have no experience using this function. Hope this comment can help!

YKC's avatar YKC (2024-08-15 01:52:16 -0500) edit

Thanks for your suggestion ! I truly find this way can achieve my target

ZYW200185's avatar ZYW200185 (2024-09-02 02:08:42 -0500) edit
add a comment see more comments

2 Answers

0

Use API dist_spcb_fault_2 to simulate an unbalanced in-line fault.

perolofl's avatar
3.8k
perolofl
answered 2024-08-15 04:32:22 -0500
edit flag offensive 0 remove flag delete link

Comments

When I apply unbalanced in-line fault, my PSS/E appears a error box: Messages for api DIST_SPCB_FAULT_2 No sequence data in memory. So,sorry for consulting you that what can i do.

ZYW200185's avatar ZYW200185 (2024-09-02 02:12:14 -0500) edit

You need sequence data for the case to perform unbalanced faults. For a three phase in-line fault without sequence data available, use the method proposed by @PH-profile.

perolofl's avatar perolofl (2024-09-02 03:16:27 -0500) edit
add a comment see more comments
0

You can add a dummy tap bus along the line with a specific percentage and apply a bus fault at that point.

Runrunrun's avatar
11
Runrunrun
answered 2024-08-29 05:05:37 -0500
edit flag offensive 0 remove flag delete link

Comments

I'm sorry that my knowledge of PSS/E software is too shallow, and I don't know how to implement the method you proposed. Could you please provide the corresponding python program? It is really very troublesome.

ZYW200185's avatar ZYW200185 (2024-09-02 03:35:56 -0500) edit

GOUT the bus number of one of the terminals of the line you want to apply a fault, then right mouse click on the line, look for "Tap line". A window will appear. Enter a new bus number and name, then the percentage tapping. A bar at the bottom shows where you added the tap.

Runrunrun's avatar Runrunrun (2025-07-28 03:35:28 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer