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)

Arguments

simplace

handle to the SimplaceWrapper object returned by initSimplace

solution

solution file with absolute path

project

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

See Also

closeProject


[Package simplace version 4.2.4 Index]