::hw::pmgr::PmgrCreateNewProcessInstance

Syntax

::hw::pmgr::PmgrCreateNewProcessInstance PmiFile

Arguments

PmiFile (Optional Argument)
The full path to the new process instance. If specified, a new process instance with the given name is created; if not, you are provided with a file browser to select the location and the name of the new process instance.

Returns

Throws error (if any)

Example

::hw::pmgr::PmgrCreateNewProcessInstance;
::hw::pmgr::PmgrCreateNewProcessInstance "C:/demo/simple.pmi";