sim.setGraphStreamValue

Sets the next value to be recorded for a graph stream

Synopsis

sim.setGraphStreamValue(int graphHandle, int streamId, float value) sim.setGraphStreamValue(int graphHandle, int streamId, float 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.


See also: