Field | Type | Description |
---|---|---|
parameters |
struct with fields described in parameters table |
Parameter values used for setting up the QA test bench. |
number_wavelength_points |
Number |
Number of data points within the test wavelength range |
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). |
compare_time_abs_transmission |
Boolean | When true, QA will compare absolute transmission between time and frequency domain |
compare_time_bandwidth_fraction |
Number | Fraction of bandwidth (which is determined by range specified in parameters ) over which to compare time domain results to frequency domain |
relative_tolerances |
struct |
The relative tolerance for QA tests which verify the different figures of merit of the s-parameter element. If the simulated values differ from the values provided within the data file by more than this tolerance, the QA tests will fail. This struct accepts relative tolerance values as numbers for following FOMs:
|
absolute_tolerances |
struct |
The absolute tolerance for QA tests which verify the different figures of merit of the s-parameter element. If the simulated values differ from the values provided within the data file by more than this tolerance, the QA tests will fail. This struct accepts absolute tolerance values as numbers for following FOMs:
|
GD_qa_ports (optional) |
Cell |
N x 1 cell array, where N is the number of port combinations to use for group delay testing. Each cell element is a vector, where the first value indicates the input port, and the following values indicate the output ports. Example: Note:
|
custom_qa_filenames (optional) |
Cell |
A cell with each element containing the names of custom QA file names as a string. If available, these files will also get run during QA process. |
parameters
Field | Type | Description |
---|---|---|
wavelength
|
struct |
Wavelength range (m) for which to run QA tests for with following fields:
|