Learn R Programming

simplace (version 5.1.2)

getResult: 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)

Value

handle to the data container which has to be processed afterwards

Arguments

simplace

handle to the SimplaceWrapper object returned by initSimplace

outputId

id of the output. Only MEMORY outputs are accessible.

simulationId

id of the simulation