LS-DYNA PARSE SENSORS FROM FILE¶
Parses an LS-DYNA keyword file to extract sensor definitions and their associated response data. Use this worker to ingest sensor metadata from a deck file into structured datasets for downstream processing or visualization.
When to use¶
Tagged: deck, keyword, lsdyna, parsing, sensors.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| LS-DYNA Keyword File | input_file | file | — | ✓ | LS-DYNA keyword (.k / .key / .dyn) file from which sensor definitions will be parsed; must contain *SENSOR or equivalent keyword blocks. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Sensors | sensors | dataset | Tabular dataset of extracted sensor definitions (sensor IDs, types, node/element references, and associated parameters) parsed from the keyword file. |
| Responses | responses | dataset | Tabular dataset of response entries linked to the parsed sensors, capturing response type, trigger thresholds, and any referenced curve or load data. |
Disciplines¶
- cae.postprocessing.extraction
- cae.preprocessing.deck_authoring
- data.dataset.ingest
Auto-generated from platform schema. Worker id: lsdyna_parse_sensors_from_file. Schema hash: 15c7ffc697fd. Hand-curated docs in workerexamples/ override this page when present.