set_module_view
Set the position and size of a module's view box by specifying center coordinates and dimensions. Use this to control the display of modules in the Stella model.
Instructions
Set explicit view box geometry for a module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Center X | |
| y | Yes | Center Y | |
| width | Yes | Box width | |
| height | Yes | Box height | |
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| module_name | Yes | Module name |