get_results
Retrieve simulation results from a completed CFAST model run. Returns a bounded preview of an output set or summary statistics for a specific column.
Instructions
Read stored run results for a model (bounded; never a full dump).
Call run_model first. Without a column, returns a small preview (shape, columns, first rows) of the key. With a column, returns min / max / final value and time of max for that column — for example an upper-layer temperature column such as "ULT_1" in the "compartments" output.
Parameters
model_id : str Id of the model whose results to read. key : str Output set, one of: compartments, devices, masses, vents, walls, zone, diagnostics. column : str or None, optional Column name within the key. If None, a bounded preview of the key is returned instead.
Returns
str Either a bounded preview of the key or single-column statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| column | No | ||
| model_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |