| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1556 |
|
| Package | utility | |
| Module | functionals | |
| Tool | functional |
| n | in | parameter index | |
| Allowed: | integer | ||
| Default: | 1 | ||
| v | in | parameter values to be set | |
| Allowed: | value | ||
| Default: | 1 | ||
Set a parameter value, and return the new suite of values
- a:=dfs.gaussian1d() - a.setparameters([2,1,3]) T - a.parameters() [2 1 3] - a.setpar(2,5) [2 5 3]