CONFIGURE SENSORS FROM A RESPONSETEMPLATE¶
Reads a response template and configures its associated sensors, writing the resolved sensor records to a destination dataset. Use this worker to populate or synchronise sensor definitions (id, name, entity) for a given response template within a workflow.
When to use¶
Tagged: configuration, dataset, responsetemplate, sensors, templates.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Responsetemplate | rt_id | remote_lookup | — | ✓ | Remote lookup key identifying the response template whose sensor configuration should be read; must resolve to a valid template in the templates datastore. |
| Sensors Destination | sensors | dataset | — | ✓ | Destination dataset that will receive the configured sensor records (columns: id, name); must be editable and can be filtered by entity. |
| Sensors Source | sensors_input | dataset | — | Optional source dataset supplying pre-existing sensor records to merge or override before writing to the destination; leave empty to derive sensors purely from the response template. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Rt Id | rt_id | scalar | Pass-through scalar returning the same response template identifier that was supplied as input, allowing downstream workers to reference the same template. |
| Sensors | sensors | dataset | Dataset containing the fully configured sensor records (columns: id, name) derived from the response template, ready for downstream processing or simulation setup. |
Disciplines¶
- cae.postprocessing.response
- data.dataset.transform
Auto-generated from platform schema. Worker id: responsetemplate_configure_sensors. Schema hash: b31bb7961edf. Hand-curated docs in workerexamples/ override this page when present.