etabs_get_status
Check if ETABS is connected, retrieve the current model filename, and verify if the model is locked. Use this to confirm ETABS is ready before other operations.
Instructions
Get the current ETABS connection status, model filename, and lock state.
Returns JSON with: connected (bool), model_file (str), model_is_locked (bool). Use this tool first to verify ETABS is running before calling other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |