Adds a time monitor to the simulation environment. The time monitor provides time-domain information for field components over the course of the simulation
Syntax |
Description |
---|---|
addtime; |
Adds a time monitor to the simulation environment. This function does not return any data. |
Example
The following script command will add a point time monitor to the simulation region and set its position.
addtime;
set("name","time_1");
set("monitor type",1); # point
set("x",0);
set("y",0);
set("z",10e-6);
See Also