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.
openProject(simplace, solution, project = nullString, parameterList = NULL)
invisibly a list with java FWSimsession object as well as the solution, project and parameterList
handle to the SimplaceWrapper object returned by initSimplace
solution file with absolute path or path relative to workdir
project file with absolute path or path relative to workdir, can be omitted to run solution only
a list with the parameter name as key and parametervalue as value
closeProject