Description
|
Sets the next value to be recorded for a graph stream. See also the other functions related to graphs.
|
C/C++ synopsis
|
simInt simSetGraphStreamValue(simInt graphHandle,simInt streamId,simFloat value)
|
C/C++ parameters |
graphHandle: handle of the graph object
streamId: the id of the stream
value: the value to set. Omitting to set a value for a corresponding sim.handleGraph call, then the data point will be missing.
|
C/C++ return value
|
-1 if operation was not successful
|
Lua synopsis
|
sim.setGraphStreamValue(int graphHandle,int streamId,float value)
|
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
|
Python synopsis |
sim.setGraphStreamValue(int graphHandle,int streamId,float value) |