Removes a result from a sweep/optimization/Monte Carlo item.
Syntax |
Description |
---|---|
removesweepresult("name", "result_name"); |
Removes a result from a sweep/optimization/Monte Carlo item. "name" is the absolute name of an analysis item. |
Example
This example shows how to remove a result from a sweep. Please download the example file from the Parameter sweeps page Associate files.
removesweepresult("thickness_sweep", "T");
See Also
List of commands , copysweep , pastesweep , addsweep , insertsweep , getsweep , setsweep , addsweepparameter , addsweepresult , removesweepparameter , Sweep scripting commands , Optimization scripting commands , Monte Carlo scripting commands