RUNS POST-PROCESSING FOR THE NVH BODY SENSITIVITY WORKER¶
Runs post-processing for NVH body sensitivity physical tests, computing derived quantities such as averaged runs, velocity, vector sums, and dynamic stiffness from measured test data. Use this worker to consolidate and transform raw physical test channel data into structured NVH sensitivity results, optionally writing outputs to a new physical test record.
When to use¶
Tagged: average_runs, body_sensitivity, dynamic_stiffness, nvh, physical_test, post_processing, vector_sum, velocity.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Physicaltest | input_pt_id | remote_lookup | — | One or more physical test records (remote lookup, dataType = physicaltests) from which NVH body sensitivity measurement data is pulled; leave blank if no source tests are yet available. | |
| Mapping Database | input_database_id | remote_lookup | — | Mapping database (remote lookup, dataType = databases) that defines channel-to-response mappings used during post-processing; required when channel aliases differ from defaults. | |
| CRNTAD | runs_to_average | text | — | Comma-separated run names (CRNTAD identifiers) to include in the averaging calculation; leave null to skip run-averaging or to average all available runs. | |
| Choose Post-Processing | post_processing_types | select | all | Multi-select list of post-processing operations to execute (default: ‘all’); choose from ‘average_runs’, ‘velocity’, ‘vector_sum’, ‘dynamic_stiffness’, or ‘all’ to run every operation. | |
| Create New Test | create_new_test | select | no | Whether to persist post-processed results as a new physical test record (‘yes’) or update in place / discard (‘no’); defaults to ‘no’. | |
| Test Post-fix | new_test_name | text | no-name | Post-fix string appended to the new physical test name when ‘Create New Test’ is ‘yes’; defaults to ‘no-name’ — set a meaningful suffix to distinguish the derived test. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Physical test | physicaltest_id | integer | Integer primary key of the physical test record containing the post-processed NVH body sensitivity results; points to an existing record if ‘create_new_test’ is ‘no’, or to the newly created record otherwise. |
Disciplines¶
- cae.postprocessing.response
- data.dataset.ingest
- data.dataset.transform
- engineering.nvh
Auto-generated from platform schema. Worker id: physicaltest_postprocess_body_sensitivity. Schema hash: fc8e693e3d46. Hand-curated docs in workerexamples/ override this page when present.