Generate a ramp signal, starting at "value" (default 0) and incrementing by step size "step" (default 1) on each firing.
Derived from: ACSStar
Location: ACS main library
Version: 1.3 "05/13/98"
Author: James Lundblad
fstep | FixState | Increment from one sample to the next. | "1.0" |
fvalue | FixState | Initial (or latest) value output by Ramp. | "0.0" |
OutputPrecision | PrecisionState | Precision of the output in bits and precision of the accumulation. When the value of the accumulation extends outside of the precision, the OverflowHandler will be called. | "2.14" |
Copyright (c) 1998 The Regents of the University of California. All rights reserved. See the file $PTOLEMY/copyright for copyright notice, limitation of liability, and disclaimer of warranty provisions.