finesse.element.BaseCValues
¶
Overview
- class finesse.element.BaseCValues¶
Bases:
object
Base class that elements should use for storing their parameter values. This contains a generic method for storing a pointers to the double parameter values, which is intialised using setup().
Each Parameter of an element should result in a double. This won’t handle any other types of data.