Polybench® Reference
Open the project with the filename specified in the parameter.

OPENPROJECT

Overview

The OPENPROJECT Action opens the Open Project dialog, or if a path to a .xmc file is specified, opens that project.
This Action is the same as selecting 'Open Project...' in the File menu of Polybench Designer.

An Action may use a Value and an Address
Value: a full path to a project file, or nothing to open the file-open dialog.
Address: empty.

Details

Value

Optionally full path to a Polybench project (.xmc file). If no file is specified, the Open Project dialog is displayed.
You may also use global variables (or other variable parameters) to create an 'intelligent' path, for example: $applicationfolder$\MyOtherApp.xmc (see "Free Global and Namespace Variables" for more info).

Address

Not used.

Synchronous or asynchronous

This action is performed asynchronously with data processing. If an action is asynchronous, it is performed only after all synchronous actions in a sequence have been called. A synchronous action is performed immediately.