SAVES THE NVH BODY-SENSITIVITY WORKER TO THE DATABASE

Ingests NVH body-sensitivity physical-test data and persists it to the body-sensitivity database, recording the mapping between the source physical test, the mapping database, and the resulting sensitivity database entry. Use this worker whenever NVH body-sensitivity test results need to be registered and indexed for downstream query or reporting.

When to use

Tagged: body_sensitivity, database, files, ingest, nvh, physical_test, save.

Inputs

Label ID Type Default Required Description
Physicaltest input_pt_id remote_lookup   One or more physical-test records (remote lookup, dataType=physicaltests) whose NVH body-sensitivity data will be scanned and saved; leave empty only if the test IDs will be resolved by an upstream worker.
Mapping Database input_database_id remote_lookup   One or more mapping-database records (remote lookup, dataType=databases) that define the channel/response mapping schema used when writing the sensitivity data; must be set to a valid mapping database before the worker can persist results.

Outputs

Label ID Type Description
Physical test physicaltest_id integer Integer primary key of the physical-test record that was processed and saved to the body-sensitivity database.
Mapping Database mapping_database_id integer Integer primary key (datarecord) of the mapping database used to interpret and store the sensitivity channels.
Sensitivity Database database_id integer Integer primary key (datarecord) of the newly created or updated sensitivity database entry where the body-sensitivity results are stored.
Summary summary database Database-type summary object providing a structured overview of all records written during the save operation, suitable for downstream reporting or dashboard consumption.

Disciplines

  • data.dataset.ingest
  • engineering.nvh
  • platform.integration

Auto-generated from platform schema. Worker id: nvh_physicaltest_save_to_body_sensitivity_database. Schema hash: a13cb97a2bd8. Hand-curated docs in workerexamples/ override this page when present.