finesse.components.electronics.Filter¶
Overview
- class finesse.components.electronics.Filter(name, gain=1)[source]¶
- Bases: - Connector- This is a generic Filter element that encapsulates some of the Scipy signal filter tools. The sys attribute is the filter object which can be ZPK, BA, or SOS. - Parameters:
- namestr
- Name of element in the model 
- gainParameter
- Overall floating point value gain to apply to the filter. 
 
 
Methods
| 
 | |
| 
 | Plots Bode for this filter. | 
| 
 |