Initializing help system before first use

svgsetreffreq

svgsetreffreq


Purpose
Set the refresh frequency for a graph.
Synopsis
procedure svgsetreffreq(val: real)
Argument
val 
The new refresh frequency (maximum number of refreshs per second).
Further information
The refresh frequency indicates how often individual calls to svgrefresh are posted to the display. If several refresh occur during the specified time span, only the last one is executed.
Related topics