Manager: Etap Plot

In Plot Manager, select all 12 plots → right-click Refresh from Latest Results . All plots populate simultaneously.

# Access Plot Manager via ETAP COM plotMgr = project.PlotManager plot = plotMgr.GetPlot("Gen1_Rotor_Speed") plot.ResultFile = "C:\Results\FaultStudy.rps" plot.YAxisVariable = "Speed (pu)" plot.XAxisStart = 0.0 plot.XAxisEnd = 2.0 plot.Refresh() plot.ExportAsImage("Gen1_Speed.png", width=1920, height=1080) This allows integration with automated report generation pipelines (e.g., run 50 fault scenarios overnight, Plot Manager generates 150 standardized plots, a script inserts them into a Word report). etap plot manager

From the ETAP Automation API (via Python or VBA), you can control Plot Manager without opening the interface. Example pseudo-code: In Plot Manager, select all 12 plots →

Duplicate the plot definitions, point them to a different .rps file (e.g., Results_BaseCase.rps vs Results_WithSVC.rps ). Use the Overlay function to show both curves on one axes. From the ETAP Automation API (via Python or

Plot Manager operates on a strict hierarchy: