Macro Menu
Select Macro from the menu bar to access the macro and automation functionality.
Simple macros are saved while recording a macro or using the Session Macro dialog. A Simple Macro only contains the recorded commands from the GUI. A simple macro becomes a Parameter Macro once variables are defined in it. The macro block listing the variables (Variables = { }) is already written when a simple macro is recorded, but it is initially empty of variables. Besides defining or editing these variables, you also program the commands for their use.
The Macro menu in the menu bar gives access to the following functionality:
|
- Macro Recording
Recording a macro while running the different steps from the GUI and end the recording after all needed steps were recorded.
- Execute Macro / Script
Execute a macro or script and access example macros.
- Open Scripting Examples
Find advanced Python scripting examples in the Macro Execution Control.
- Open Scripting Tutorials
Find Python scripting tutorials with detailed descriptions in the Macro Execution Control.
- Session Macro
Observe the commands executed in the current session and record them into a macro using the Session Macro dialog.
- Convert GMC to Python Macro
Convert GMC macros to Python macros
- Re-execute Last Python Script
To quickly execute again the last Python script, select Macro → Re-execute Last Python Script or press F9. The python script is simply executed again without other selections.
|