DerivedComponent#
- class glue.core.component.DerivedComponent(data, link, units=None)#
Bases:
ComponentA component which derives its data from a function.
- Parameters:
- data
Data The data object to use for calculation.
- link
ComponentLink The link that carries out the function.
- unitsstr, optional
Unit description.
- data
Attributes Summary
Methods Summary
set_parent(data)Reassign the Data object that this DerivedComponent operates on
Attributes Documentation
- data#
Return the numerical data as a numpy array
- link#
Return the component link
Methods Documentation
- set_parent(data)#
Reassign the Data object that this DerivedComponent operates on