Description Usage Arguments Value Examples
Draw Pump Curve
1 | Draw.Pump(PumpCurve, numPumps = 1, color = JEA.Blue, linetype = 1)
|
PumpCurve |
pump object from New.Pump() |
numPumps |
Number of parallel pumps to draw |
color |
optional |
linetype |
optional |
Plot
1 2 3 | Draw.Graph(500,100,25, 150,50,10)
pump <- New.Pump(c(0, 100,50,80, 100,60,150,40,200,20))
Draw.Pump(pump,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.