(self, event, mnuItem)
| 461 | PH.Show() |
| 462 | |
| 463 | def OnTSPlot(self, event, mnuItem): |
| 464 | # Make a p-h plot instance in a new frame |
| 465 | # Get the label (Fluid name) |
| 466 | Fluid = self.TSPlot.FindItemById(event.Id).Label |
| 467 | TS = TSPlotFrame(Fluid) |
| 468 | TS.Show() |
| 469 | |
| 470 | |
| 471 | if __name__ == '__main__': |