Synopsis
Unlink a parameter value.
Syntax
unlink(par) par - str or Parameter
Description
Remove any parameter link - created by `link` - for the parameter. The parameter value is reset to the value it had before `link` was called.
Example
>>> unlink(bgnd.ampl)
PARAMETERS
The parameter for this function is:
Parameter | Definition |
---|---|
par | The parameter to unlink. If the parameter is not linked then nothing happens. |
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.