RealTimePlotter
ptolemy.actor.lib.gui.RealTimePlotter

This plotter plots input data as a function of elapsed real time in seconds. Elapsed time is set to zero when the initialize() method is invoked. The resolution of time depends on the implementation of the Java virtual machine, but with Sun's JDK 1.3 under Windows 2000, it is 10 milliseconds.

This plotter contains an instance of the Plot class from the Ptolemy plot package as a public member.

Author(s): Edward A. Lee
Version:$Id: RealTimePlotter.java,v 1.23 2006/03/28 23:56:25 cxh Exp $
Pt.Proposed Rating:Red (eal)
Pt.Accepted Rating:Red (cxh)


input
Input port, which has type DoubleToken.