Voltage drop along a line
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.
Comments