tqs_run_script
Run custom Python scripts with TQS structural engineering modules in a separate process, returning structured data via variable assignment or captured stdout, and enabling file operations.
Instructions
Run Python with the TQS modules importable, in a separate process. The escape hatch for anything the other tools do not cover. Assign to a variable named result to return structured data; stdout is captured and returned too. This can create, modify and delete project files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| code | Yes | ||
| timeout | No |