Field | Type | Description |
---|---|---|
parameters | struct |
Struct with fields described in parameters table |
relative_tolerances | struct |
The relative tolerance for QA tests which verify the different figures of merit of the waveguide. 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:
|
parameters
Field | Type | Description |
---|---|---|
wavelength | number |
The operation wavelength where the QA tests are performed. |
num_of_modes | number |
The number of modes for performing QA tests. Typically set it to 2. |
neff | matrix |
A Mx1 matrix where M is the num_of_modes, with the effective index for the modes specified. This data is used to set the model response for QA tests. |
ng | matrix |
A Mx1 matrix where M is the num_of_modes, with the group index for the modes specified. This data is used to set the model response for QA tests. |
loss | matrix |
A Mx1 matrix where M is the num_of_modes, with the loss for the modes specified. This data is used to set the model response for QA tests. |