Adds a power (field and power) monitor to the simulation environment. The 'field and power' monitor also records the electric and magnetic field in the frequency domain along with the power.
Note: The ‘addpower’ command is deprecated and will be removed in future releases. Please refer to adddftmonitor as a replacement command.
|
Syntax |
Description |
|---|---|
|
addpower; |
Adds a power 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 power monitor to the simulation region and set its dimension.
addpower;
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