LS-DYNA PARSE SENSORS FROM SIMULATION¶
Parses sensor definitions from an existing LS-DYNA simulation’s input deck(s) and returns them as a structured dataset. Use this worker to extract sensor metadata (IDs, types, and parameters) from the main input file, explicitly specified sensor files, or all associated files of a registered simulation.
When to use¶
Tagged: input_deck, keyword_parsing, lsdyna, sensors, simulation.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Simulation | simulation_id | remote_lookup | — | ✓ | Reference to the registered LS-DYNA simulation whose input deck(s) will be parsed; selected via remote simulation lookup (required). |
| Scope | scope | select | main_input | Controls which files are scanned for sensor definitions: ‘main_input’ (default) restricts parsing to the primary input file only, ‘sensor_files’ parses only the files listed in the sensor_files field, and ‘all’ parses every file associated with the simulation. | |
| Sensor Files | sensor_files | textarea | — | Comma-separated list of specific sensor file paths to parse; only used when scope is set to ‘sensor_files’ — leave blank for all other scope modes. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Sensors | sensors | dataset | Tabular dataset of all sensor definitions extracted from the selected LS-DYNA file(s), including sensor IDs, types, and associated parameters. |
Disciplines¶
- cae.postprocessing.extraction
- cae.preprocessing.deck_authoring
- engineering.crash.dynamics
Auto-generated from platform schema. Worker id: lsdyna_parse_sensors_from_simulation. Schema hash: 4a25d68cf577. Hand-curated docs in workerexamples/ override this page when present.