Runs and returns the simulation and memory requirements for the simulation setup.
Syntax |
Description |
---|---|
out=runsystemcheck; |
Returns a struct that contains the simulation and memory requirements for the simulation setup. |
Example
The following script command will construct a simple FDTD simulation and check its memory requirements then save the simulation and memory requirements to a Json file:
addfdtd;
addrect;
a = runsystemcheck;
jsonsave("memory_requirement.json");
The contents of the Json file contains the same information shown in the "Simulation and Memory Report".
See Also