openProject {simplace} | R Documentation |
Opens a Simplace project
Description
Initializes a project. The absolute path to a solution file is mandatory. Project file is optional.
Usage
openProject(simplace, solution, project = nullString, parameterList = NULL)
Arguments
simplace |
handle to the SimplaceWrapper object returned by |
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
java FWSimsession object
See Also
[Package simplace version 5.0.13 Index]