Execute AutoLISP
system_run_lispExecute AutoLISP expressions via COM backend to automate AutoCAD tasks, modify drawing settings, or run custom commands.
Instructions
Execute an AutoLISP expression (COM backend only).
Example: '(setvar "DIMSCALE" 1.0)'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | AutoLISP expression to evaluate (e.g. '(command "ZOOM" "E")') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||