simSetGraphStreamValue

Sets the next value to be recorded for a graph stream

C++ synopsis

int simSetGraphStreamValue(int graphHandle, int streamId, double value)

Arguments

  • graphHandle: handle of the graph object
  • streamId: id of the stream
  • value: value to set. Omitting to set a value for a corresponding sim.handleGraph call, then the data point will be missing.

Return

  • -1 if operation was not successful


See also: