GET TIME HISTORY RESPONSES¶
Retrieves time-history response data (forces, energies, displacements, etc.) from an LS-DYNA simulation stored in d3VIEW. Can enumerate available responses with metadata or return sampled curve data points, and renders results as either a Markdown table or structured JSON for downstream LLM or workflow consumption.
When to use¶
Tagged: binout, curves, displacements, energies, forces, llm_tool, lsdyna, responses.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Simulation Id | simulation_id | remote_lookup | — | ✓ | Unique platform identifier of the LS-DYNA simulation whose time-history responses will be queried; resolved via the simulations remote lookup — required, no default. |
| Response Name Filter | response_name | text | — | Optional partial-match string to filter responses by name (e.g. ‘Energy’, ‘Contact Force’, ‘Displacement’); leave blank (default) to return all responses. | |
| Response Type | response_type | select | all | Restricts results to vector (time-history curves), scalar (single-value), or all response types (default: ‘all’). | |
| Include Data Points | include_data | select | false | When set to ‘true’, attaches actual X/Y curve data sampled to a maximum of 50 points per response to avoid overloading LLM context; default ‘false’ returns summary metadata only. | |
| Output Format | format | select | markdown | Controls output serialization: ‘markdown’ (default) produces human-readable tables suited for LLM display; ‘json’ produces structured data for programmatic downstream use. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Time History Responses | responses | text | Formatted list of time-history responses including name, source, and type metadata; when include_data is enabled, each vector response also contains X/Y value ranges and up to 50 sampled data points, rendered as Markdown or JSON per the format input. |
Disciplines¶
- ai_ml.agents
- cae.postprocessing.extraction
- cae.postprocessing.response
Auto-generated from platform schema. Worker id: simulation_get_time_history. Schema hash: 822464d136ab. Hand-curated docs in workerexamples/ override this page when present.