gridiq.simulation
Class GnuPlotWriter

java.lang.Object
  extended by gridiq.simulation.GnuPlotWriter
All Implemented Interfaces:
ResultsWriter

public class GnuPlotWriter
extends java.lang.Object
implements ResultsWriter

The default results writer supporting plotting using Gnuplot. A set of properties for each bus in the network is output to a separate file in a directory named output in the current working directory. Each file contains a time series of the bus voltage, real power load and real power generated for each iteration of the simulation.

Author:
colin

Constructor Summary
GnuPlotWriter()
           
 
Method Summary
 void saveResults(SimResults results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GnuPlotWriter

public GnuPlotWriter()
Method Detail

saveResults

public void saveResults(SimResults results)
                 throws java.io.IOException
Specified by:
saveResults in interface ResultsWriter
Throws:
java.io.IOException