get_error_file
Retrieve a specific EnergyPlus model's error file by ID for debugging. Access plain-text output to diagnose simulation issues.
Instructions
Retrieve a specific Error file from an EnergyPlus model using ID. Useful in debugging.
Args: id: The model_id of the EnergyPlus model (obtain from get_available_models).
Returns: Plain text output of EPlus error file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |