Description Usage Arguments Value Examples
Draw Pump with VFD envelope
1 | Draw.VFD(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 4 5 6 7 8 9 | Draw.Graph(500,100,25, 150,50,10)
pump <- New.Pump(c(
0, 100,
50, 80,
100, 60,
150, 40,
200, 20
))
Draw.VFD(pump, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.