Removes a parameter from a parameter sweep/optimization/Monte Carlo/S-parameter sweep item.
Syntax |
Description |
---|---|
removesweepparameter("name", "parameter_name"); |
Removes a parameter from a parameter sweep/optimization/Monte Carlo/S-parameter sweep item. "name" is the absolute name of an analysis item. "parameter_name" is the parameter name. |
Examples
This example shows how to remove a parameter from a sweep. Please download the example file from the Parameter sweeps page Associate files.
removesweepparameter("thickness_sweep", "thickness");
This example shows how to remove the second row from the s-matrix mapping table in an S-parameter matrix sweep.
removesweepparameter("s-parameter sweep",2);
See Also
List of commands , copysweep , pastesweep , addsweep , insertsweep , getsweep , setsweep , addsweepparameter , addsweepresult , removesweepresult , Sweep scripting commands , Optimization scripting commands , Monte Carlo scripting commands