Provide base functionality for all model components
The following has changed since going from BaseComponent to BaseModel:
- Arithmetic operation between models is no longer supported. It was found to be of little use and not very flexible.
- Parameters are now stored as Parameter object to provide the necessary extra information like limits, units, etc...
Bases: sans.models.ModelAdaptor.ModelAdaptor
Basic model component
Returns a new object identical to the current object
Set the value of a model parameter
Parameters: |
|
---|
Return a list of all available parameters for the model
Set the value of a model parameter
Parameters: |
|
---|
Bases: object
Parameter class
Parameter property allow direct access to the parameter values