Execute Code
execute_codeExecute any PyQGIS code for custom operations not available in other tools. Access QgsProject, iface, and core QGIS classes; returns stdout and stderr.
Instructions
Execute arbitrary PyQGIS code. Use for operations not covered by other tools. Has access to QgsProject, iface, and core QGIS classes. Returns stdout/stderr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |