efind
electronic component selection utility
Loading...
Searching...
No Matches
efind.Capacitor Class Reference
+ Inheritance diagram for efind.Capacitor:

Public Member Functions

def __init__ (self, str suffix, Sequence[float] series=E24, Optional[CalculateCall] calculate=None, float minimum=0, Optional[float] maximum=None, bool use_for_err=True)
 
- Public Member Functions inherited from efind.Component
None __init__ (self, str prefix, str suffix, str unit, Sequence[float] series=E24, Optional[CalculateCall] calculate=None, float minimum=0, Optional[float] maximum=None, bool use_for_err=True)
 
str __str__ (self)
 
str name (self)
 

Additional Inherited Members

- Public Attributes inherited from efind.Component
 values
 
 start_decade
 

Detailed Description

Definition at line 338 of file efind.py.

Constructor & Destructor Documentation

◆ __init__()

def efind.Capacitor.__init__ (   self,
str  prefix,
Sequence[float]   suffix = E24,
Optional[CalculateCall]   unit = None,
float   series = 0,
Optional[float]   calculate = None,
bool   minimum = True 
)
Parameters
prefixi.e. R, C or L
suffixTypically a number, i.e. the "2" in R2
uniti.e. Hz, A, F, ...
seriesOne of E3 through E96
calculateA callable that will be given all values of previous components in the calculation sequence. These values are floats, and the return must be a float. If this callable is None, the component will be interpreted as a degree of freedom.
minimumMin allowable value; the return of calculate will be checked against this and failures will be silently dropped. Must be at least zero, or greater than zero if calculate is not None.
maximumMax allowable value; the return of calculate will be checked against this and failures will be silently dropped.
use_for_errIf True, error from this component's ideal to approximated value will influence the solution rank.

Reimplemented from efind.Component.

Definition at line 339 of file efind.py.


The documentation for this class was generated from the following file: