get_html_table_by_tuple
Retrieve a specific HTML table from an EnergyPlus model using a tuple of zone/component, report name, and table name. Returns the table data with columns and rows for targeted analysis.
Instructions
Retrieve a specific HTML table from an EnergyPlus model using a tuple query.
Args: id: The model_id of the EnergyPlus model (obtain from get_available_models). query_tuple: A tuple containing (zone/component, report_name, table_name) to identify the specific table to retrieve.
Returns: JSON string containing the requested table data with columns and rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query_tuple | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |