(self, event, mnuItem)
| 454 | TBL.Show() |
| 455 | |
| 456 | def OnPHPlot(self, event, mnuItem): |
| 457 | # Make a p-h plot instance in a new frame |
| 458 | # Get the label (Fluid name) |
| 459 | Fluid = self.PHPlot.FindItemById(event.Id).Label |
| 460 | PH = PHPlotFrame(Fluid) |
| 461 | PH.Show() |
| 462 | |
| 463 | def OnTSPlot(self, event, mnuItem): |
| 464 | # Make a p-h plot instance in a new frame |