get_rdd_file
Retrieve the RDD file for an EnergyPlus model by its ID to view available output reports and debug simulation results.
Instructions
Retrieve a specific RDD 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 RDD file, which shows available output reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |