Voltage drop along a line
Is there a Python command to get voltage values along a line?
add a comment
Is there a Python command to get voltage values along a line?
There is no API for that. Split the line into segments with dummy buses and solv the load flow.
Or use line tap and insert a bus at different locations in a loop.
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.