getResult: Fetch output from a simulation

View source: R/SimplaceWrapper.R

getResultR 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 initSimplace

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


simplace documentation built on Aug. 24, 2023, 3:03 p.m.