Is it possible to automatically create time distance plot for all in network available paths?

Category:
Protection
Answer

Yes, this task can be done by using Scripts. In attached a pfd file containing simple Python script located in local Library/Scripts folder can be found.

Script is performing following steps:

- Collect all available paths in the active project.

-Loop through all paths and for each path create two time distance plots.

- One for representing date in "Kilometrical" method.

-Other representing the data after short circuit sweep was performed.

-Only data for devices in forward direction is displayed

-On the end ComProtectiongraphic command is called in order to trigger short circuit sweep calculation.

Back