inspect_model
Get a summary of a CFAST fire model and optionally view its input file configuration.
Instructions
Return a model summary, and optionally the CFAST input file.
Parameters
model_id : str
Id of the model to inspect.
show_input_file : bool, optional
If True, save the model and return the contents of the generated
CFAST input (.in) file after the summary. Default
value: False.
Returns
str The model summary, optionally followed by the input file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ||
| show_input_file | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |