openProject {simplace}R Documentation

Opens a Simplace project

Description

Initializes a project. Solution is mandatory, project is optional. Solution and project files can be specified by giving absolute paths or paths relative to the simplace directory. Instead of using solution and project files, one can use the content of the solution / project directly as a string or a "xml_document" class.

Usage

openProject(simplace, solution, project = nullString, parameterList = NULL)

Arguments

simplace

handle to the SimplaceWrapper object returned by initSimplace

solution

solution file with absolute path or path relative to workdir

project

project file with absolute path or path relative to workdir, can be omitted to run solution only

parameterList

a list with the parameter name as key and parametervalue as value

Value

invisibly a list with java FWSimsession object as well as the solution, project and parameterList

See Also

closeProject


[Package simplace version 5.1.2 Index]