MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / OnPHPlot

Method OnPHPlot

wrappers/Python/CoolProp/GUI/CoolPropGUI.py:456–461  ·  view source on GitHub ↗
(self, event, mnuItem)

Source from the content-addressed store, hash-verified

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

Callers 1

buildMethod · 0.95

Calls 1

PHPlotFrameClass · 0.85

Tested by

no test coverage detected