Adds an effective index monitor to the simulation environment. This command requires the presence of an active varFDTD solver region.
Syntax |
Description |
---|---|
addeffectiveindex; |
Adds an effective index monitor to the varFDTD solver region. This function does not return any data. |
Example
The following script command will add an effective index monitor to the simulation region and set its dimension.
addeffectiveindex; set("name","neff"); set("x",0); set("x span",5e-6); set("y",0); set("y span",5e-6);
See Also