Adds a frequency domain field profile monitor to the simulation environment. This monitor will snap to the nearest mesh cell to record the data by default. To record data exactly where the monitor is placed, change the “spatial interpolation” settings under “Advanced” in the object properties to “specified position”. Specifics regarding each spatial interpolation option can be found in the Knowledge Base article on Frequeny-domain monitor.
Syntax | Description |
adddftmonitor; |
Adds a field profile monitor to the simulation environment. This function does not return any data. |
Example
The following script commands will add a 2D z-normal frequency domain field profile monitor to the simulation region and set its dimension.
adddftmonitor;
set("name","field_profile");
set("monitor type",7); # 2D z-normal
set("x",0);
set("x span",5e-6);
set("y",0);
set("y span",5e-6);
set("z",0);
See Also