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:
  • True
  • False
Note: 
  • If the macro name is an application variable and the application variable does not exist, the macro step is not executed (when the value is set to True).
  • If a macro step is not executed, the related information is displayed in the log and the macro step execution is successful.

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"," ")