CREATE PHYSICAL TEST FOR WINDNOISE DATA¶
Creates a physical test record in d3VIEW and ingests wind-noise measurement data. Use this worker to register a new wind-noise test entry with associated files so downstream workers can reference it by ID.
When to use¶
Tagged: fca, physical_test_ingest, physicaltest, upload, windnoise.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Name | name | scalar | — | ✓ | Short human-readable name for the physical test record (e.g. ‘WindNoise_Run42_FCA’); required and must be unique within the project. |
| Description | description | text | — | ✓ | Free-text description of the test conditions, vehicle configuration, or measurement campaign; used for search and audit purposes. |
| Tags | tags | remote_lookup | — | Optional user-defined taxonomy tags drawn from the platform tag registry (/api/user/tags); leave null if no classification tags are needed. | |
| Format | format | select | fca | ✓ | Data format of the uploaded wind-noise files; currently only ‘FCA’ is supported — leave at default ‘fca’ unless a new format has been registered. |
| Files | files | file | — | ✓ | One or more wind-noise data files (repeatable) in the selected format to be attached to the physical test record; required. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Physicaltest Id | physicaltest_id | integer | Integer primary key of the newly created physical test record in the d3VIEW database; pass this ID to downstream workers that consume wind-noise physical test data. |
Disciplines¶
- data.dataset.ingest
- engineering.nvh
Auto-generated from platform schema. Worker id: physicaltest_upload_windnoise_data. Schema hash: d769934e9a13. Hand-curated docs in workerexamples/ override this page when present.