Adds an index monitor that can be used to return the spatial refractive index when using an EME solver region. The EME solver object must be set as the active solver for this command to work.
Syntax |
Description |
---|---|
addemeindex; |
Add an index monitor when using an EME solver region. This function does not return any data. |
Example
The following script command will add an index monitor to the EME solver region. The setactivesolver command is first used to set the EME solver region as the active solver.
setactivesolver("EME"); addemeindex;
See Also