updateGraphs - causes graphs that update on User Signals to do so

USAGE

    updateGraphs [<graph>]*

DESCRIPTION

If called with no arguments, this causes all graphs set to update on User Signals to fetch their next values.

If called with a list of graph numbers, it causes just those graphs to update themselves, regardless of the update signal they are listening to.

EXAMPLES

To update graphs 1 and 3:

    lens> updateGraphs 1 3

SEE ALSO

graphObject


Last modified: Wed Nov 15 11:08.35 EST 2000