Variable | Type | Description |
---|---|---|
temperature_data |
Number | Temperature in units of Kelvin at which the provided spectrum data of the grating coupler was measured or simulated. |
peak_IL_dB |
struct |
Insertion loss in dB at the peak transmission from port 1 to port 2 of the grating coupler for both TE and TM modes provided as a struct. The struct has the following fields:
Note: Fields 'min' and 'max' are optional and must be provided only when 'visible_to_user' is set to 1 (true). Note: The order of TE and TM data in each matrix should be consistent throughout the data file. |
R1_dB |
struct |
Reflection at port 1 in dB for both TE and TM modes provided as a struct. The struct has the following fields:
Note: Fields 'min' and 'max' are optional and must be provided only when 'visible_to_user' is set to 1 (true). Note: The order of TE and TM data in each matrix or cell should be consistent throughout the data file. |
R2_dB |
struct |
Reflection at port 2 in dB for both TE and TM modes provided as a struct. The struct has the following fields:
Note: Fields 'min' and 'max' are optional and must be provided only when 'visible_to_user' is set to 1 (true). Note: The order of TE and TM data in each matrix or cell should be consistent throughout the data file. |
mode_data |
struct |
A cell array containing the mode information. Each struct contains the following fields:
|
mainpol_ID |
number |
The ID of the mode which the grating coupler is designed for and identifies as the main polarization. (1 or 2) |
bandwidth_1dB_mainpol |
struct |
1dB bandwidth for the main polarization in meters provided as a struct. The struct has the following fields:
Note: Fields 'min' and 'max' are optional and must be provided only when 'visible_to_user' is set to 1 (true). |
peak_wavelength_mainpol |
struct |
The wavelength at the peak transmission for the main polarization in meters provided as a struct. The struct has the following fields:
Note: Fields 'min' and 'max' are optional and must be provided only when 'visible_to_user' is set to 1 (true). |
skew_mainpol |
struct |
The offset of the peak wavelength from the wavelength at the center of the band in meters for the main polarization provided as a struct. The struct has the following fields:
Note: Fields 'min' and 'max' are optional and must be provided only when 'visible_to_user' is set to 1 (true). |
dpeakwavelength_dT_mainpol |
struct |
The change in peak wavelength with change in temperature in m/K for the main polarization provided as a struct. The struct has the following fields:
Note: Fields 'min' and 'max' are optional and must be provided only when 'visible_to_user' is set to 1 (true). |