Description
|
Resets a graph object (i.e. clears all its data streams). See also the other functions related to graphs.
|
C/C++ synopsis
|
simInt simResetGraph(simInt graphHandle) |
C/C++ parameters |
graphHandle: handle of the graph object.
|
C/C++ return value
|
-1 if operation was not successful
|
Lua synopsis
|
sim.resetGraph(int graphHandle)
|
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
|
Python synopsis |
sim.resetGraph(int graphHandle) |