simHandleGraph

Handles a graph object (i.e. records another value for each curve, given that such value was provided via sim.setGraphStreamValue

C++ synopsis

int simHandleGraph(int graphHandle, double time)

Arguments

  • graphHandle: handle of the graph object.
  • time: the time where next value will be recorded at, usually the simulation time.

Return

  • -1 if operation was not successful


See also: