Adds a FEEM solver region to the simulation environment.
Syntax |
Description |
---|---|
addfeemsolver; |
Adds a FEEM solver region to the simulation environment. This function does not return any data. |
Example 1
The following script commands will add a FEEM solver to the objects tree and print the name of all of its properties.
addfeemsolver; ?set;
Example 2
The following script command will add a FEEM solver region and assign it to a simulation region.
addfeemsolver; set("solver geometry","simulation region 1");
See Also