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