LS-DYNA PARSE SENSORS FROM ASSEMBLY¶
Parses and extracts sensor definitions from an LS-DYNA assembly, returning them as a structured dataset. Use this worker when you need to inventory or downstream-process all sensors registered within a given simulation assembly.
When to use¶
Tagged: assembly, extraction, lsdyna, parse, sensors.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Assembly | assembly_id | remote_lookup | — | ✓ | Remote lookup reference to the LS-DYNA assembly from which sensors will be parsed; select the target assembly from the platform registry (required). |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Sensors | sensors | dataset | Tabular dataset listing all sensors found in the assembly, including sensor IDs, names, types, and associated metadata extracted from the LS-DYNA deck. |
Disciplines¶
- cae.postprocessing.extraction
- engineering.crash.dynamics
Auto-generated from platform schema. Worker id: assembler_parse_sensors_from_assembly. Schema hash: e2aa202edb49. Hand-curated docs in workerexamples/ override this page when present.