GENERATE SAMPLE TEST DATA¶
Generates synthetic sample test data of a specified type and registers it as a physical test record with associated responses. Use this worker to quickly scaffold test datasets (e.g., NVH FRF) for pipeline development, testing, or demonstration purposes.
When to use¶
Tagged: nvh_frf, physical_test, responses, sample_data, scaffold, test_data.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Sample Type | sample_type | select | nvh_frf | ✓ | Type of sample test data to generate; currently supports ‘nvh_frf’ (NVH Frequency Response Function) — leave as default unless additional types become available. |
| Sample Name | sample_name | text | no name | ✓ | Human-readable label assigned to the generated physical test record; used for identification in the platform UI and downstream workers. |
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 to downstream workers that consume physical test data or responses. |
Disciplines¶
- cae.postprocessing.response
- data.dataset.ingest
- engineering.nvh
Auto-generated from platform schema. Worker id: generate_sample_test_data. Schema hash: b01636d89bb1. Hand-curated docs in workerexamples/ override this page when present.