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 attachment a pfd file can be found containing simple Python script, located in local Library/Scripts folder.

Script is performing following steps:

- Collects all available paths in the active project.

-Loops through all paths and for each path creates 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