- qspec.models. Offset.set_link ( i , link , force = False )[source]
Set a specific parameter link state.
- Parameters:
-
- inumpy.ndarray[Any | numpy.dtype[numpy.integer]] | numpy.integer | int | str
The index (
int
) or the name (str
) of the parameter.- linkbool
The new parameter link state.
- forcebool
Force the parameter to take exactly the new link state. If
False
, the parameter is converted to the correct format.
- Returns:
-
- outNone