Exports RCWA engine grating characterization data to a JSON file.
Syntax |
Description |
---|---|
lswmexport("RCWA","data.json",options); |
Exports RCWA engine grating characterization data to the [[data.json]] file. The data conforms to the schema given in this example. Arguments:
The "lossless" optional arguments are false by default. This function does not return any data. |
Example
The following script commands will export the RCWA engine grating information to the file [[filename.json]].
options = {"grating_results_upper": {"lossless": false}, "grating_results_lower": {"lossless": false}};
lswmexport("RCWA", "filename.json", options);