updateGraphs [<graph>]*
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.
To update graphs 1 and 3:
lens> updateGraphs 1 3