Adds a Finite Difference Eigenmode (FDE) solver region object to the MODE simulation environment.
|
Syntax |
Description |
|---|---|
|
addfde; |
Adds an FDE solver region to the simulation environment. This function does not return any data. |
| addfde(struct_data); |
Adds an FDE solver region and set its property using a struct containing "property" and value pairs. See the struct script command page for an example. This function does not return any data. |
Example
The following script commands will add an FDE solver region on the XY plane and calculate the eigen modes.
addfde;
set("solver type",3);
set("x",0);
set("x span",2e-6);
set("y",0);
set("y span",5e-6);
set("z",0);
findmodes;
See Also
List of commands , set , findmodes , addvarfdtd , addeme