GET SENSORS FROM A SYSTEM MODEL¶
Retrieves all sensor definitions associated with a given System Model in the d3VIEW platform. Use this worker to enumerate available sensors before wiring simulation outputs or building response pipelines.
When to use¶
Tagged: assembly, lsdyna, sensor_extraction, sensors, simulation, system_model.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| System Model | systemmodel_id | remote_lookup | — | ✓ | Reference to the target System Model (assembly) from which sensors will be retrieved; select via the remote lookup — required, no default. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Systemmodel Id | systemmodel_id | scalar | Pass-through scalar identifier of the queried System Model, enabling downstream workers to reference the same assembly without re-selection. |
| Available Sensors | sensors | dataset | Tabular dataset listing all sensors defined in the System Model, including sensor names, types, and associated metadata available for downstream mapping or KPI extraction. |
Disciplines¶
- cae.postprocessing.extraction
- platform.ontology
Auto-generated from platform schema. Worker id: systemmodel_get_sensors. Schema hash: 9ae497a30f9d. Hand-curated docs in workerexamples/ override this page when present.