Adds an EME profile monitor that can be used to return the spatial electric and magnetic field profiles when using an EME solver region. The EME solver object must be set as the active solver for this command to work.
Syntax |
Description |
---|---|
addemeprofile; |
Add a profile 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"); addemeprofile;
See Also