Adds a current flux monitor to the simulation environment. This command requires the presence of a CHARGE solver region in the objects tree.
Syntax |
Description |
---|---|
addjfluxmonitor; |
Adds a current flux monitor to the simulation environment. This function does not return any data. |
Example
The following script commands will add a 2D y-normal current flux monitor to the simulation environment and set its dimension.
addjfluxmonitor; set("name","current_flux"); 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
List of commands , set , addefieldmonitor , addchargemonitor , addbandstructuremontor