Field | Type | Description |
---|---|---|
parameters |
struct with the fields described in parameters table |
Parameter values used for setting up the QA test bench. |
N_test |
Number |
Number of random tests, each parameter will be random. |
number_wavelength_points |
Number |
Number of data points within the test wavelength range |
test_all_combo |
Boolean |
When true, tests are run over all combinations of choices for the ComboChoice and Logical parameters. When false, Combochoice values are randomly sampled over. |
reference_data_available |
Boolean | When true, QA results will be compared against reference data. When false, reference data is generated (only needed for the first run or after a model update). |
time_domain_test |
Boolean | Enable time domain QA tests. |
absolute_tolerances |
struct |
The absolute tolerances for QA tests which verify the different figures of merit of the s-parameter element. If the simulated values differ from the values provided in the data file by more than these tolerance, the QA tests will fail. This struct accepts absolute tolerance values as numbers for the following FOMs:
|
parameters
Field | Type | Description |
---|---|---|
wavelength
|
struct |
Wavelength range (m) for which to run QA tests for with following fields:
|