RunSystemMacro macro
The RunSystemMacro macro is used to execute the specified system macros. This macro
command is executed at the System level.
For executing the macro, the value in the Command field must be specified in this format:
RunSystemMacro(Macro, [skip if not present])
Note: The optional parameters are specified in [ ].
This table lists the parameters used to determine the system macro to run:
Parameter Name | Description |
---|---|
Macro | The name of the macro to be run. |
Skip if not present | The macro step is not executed if the macro specified in the step is not
available or disabled. Possible values:
Note:
|
This table lists the examples of the RunSystemMacro macro:
Requirement | Syntax |
---|---|
Run the system macro “S+ Initialize Engine” from another macro. | RunSystemMacro("S+ Initialize Engine"," ") |