GATHER SENSORS FROM A RESPONSETEMPLATE¶
Retrieves all sensors defined within a specified response template and exposes them as a structured dataset. Use this worker when you need to programmatically inspect or downstream-process the sensor list associated with a given response template.
When to use¶
Tagged: files, gather, responsetemplate, sensors, templates.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Responsetemplate | rt_id | remote_lookup | — | The response template to query; select from the remote template registry. Leave as default (null) only if the template ID will be supplied at runtime by an upstream worker. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Rt Id | rt_id | scalar | Pass-through of the resolved response template identifier (templates dataType), confirming which template was queried. |
| Sensors | sensors | dataset | Tabular dataset containing all sensors defined in the response template — each row represents one sensor with its associated metadata (name, type, location, etc.). |
Disciplines¶
- cae.postprocessing.response
Auto-generated from platform schema. Worker id: responsetemplate_gather_sensors. Schema hash: 9eb1eef5a3e9. Hand-curated docs in workerexamples/ override this page when present.