GET RESPONSES FROM PHYSICALTEST¶
Fetches response records from one or more Physical Test entries in d3VIEW, optionally filtered by response name, ID, category, measurement location, or value type. Use this worker to pull time-history or scalar responses from physical test data into a workflow for downstream correlation, processing, or reporting.
When to use¶
Tagged: physical_test, physicaltest, remote_lookup, response_extraction, responses, test_data.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Physicaltest | input_pt_id | remote_lookup | — | ✓ | One or more Physical Test IDs (remote lookup against the physicaltests data type); select the test(s) whose responses should be retrieved — required and repeatable. |
| Response Names | input_response_names | text | — | Comma-separated list of response names to filter results; leave blank to return responses for all names. | |
| Response IDs | input_response_ids | text | — | Comma-separated list of specific response IDs to retrieve; leave blank to skip ID-based filtering. | |
| Category | responsecategory | remote_lookup | — | One or more response category labels (remote lookup against responsecategories) used to filter responses by category; leave blank to include all categories. | |
| Measurement Location | meas_location | text | — | Measurement location string used to filter responses to a specific sensor or node location; leave blank to include all measurement locations. | |
| Reference Measurement Location | meas_reference_location | text | — | Reference measurement location string for filtering responses that are defined relative to a reference point; leave blank if no reference-location filter is needed. | |
| Meas Type | meas_type | text | — | Measurement type string (e.g., acceleration, force, displacement) used to narrow returned responses; leave blank to return all measurement types. | |
| Value Type | value_type | text | — | Value type string (e.g., peak, time-history, scalar) to further filter the returned responses; leave blank to include all value types. |
Disciplines¶
- cae.postprocessing.response
- data.dataset.ingest
Auto-generated from platform schema. Worker id: physicaltest_responses. Schema hash: b7c92475a9e7. Hand-curated docs in workerexamples/ override this page when present.