getResult {simplace} | R Documentation |
Fetch output from a simulation
Description
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.
Usage
getResult(simplace, outputId, simulationId = nullString)
Arguments
simplace |
handle to the SimplaceWrapper object returned by |
outputId |
id of the output. Only MEMORY outputs are accessible. |
simulationId |
id of the simulation |
Value
handle to the data container which has to be processed afterwards
[Package simplace version 5.0.13 Index]