getResult {simplace} | R Documentation |
The output is a JavaObject containing the variable names,
data types, units and the values. Output can be converted
with resultToList
or resultToDataframe
to R objects. Only MEMORY outputs are accessible. For CSV or
database outputs you have to read the data by generic methods.
getResult(simplace, outputId, simulationId)
simplace |
handle to the SimplaceWrapper object returned by |
outputId |
id of the output. Only MEMORY outputs are accessible. |
simulationId |
id of the simulation |
handle to the data container which has to be processed afterwards