First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
One possible way is the following in a python script:
Loop for internal points along the line , e.g. 0.05, 0.10, 0.15 ... 0.95 pu of the line length.
Inside the loop:
Put a dummy bus at the point with LTAP.
Solve the load flow
Get and save the voltage at the dummy bus
Read the case to restore the network without dummy bus
After the loop, use matplotlib to plot all voltages along the line together with the voltages at IBUS and JBUS.
Knowing the line length in km, the distance can be converted from pu to km.