efind
electronic component selection utility
Loading...
Searching...
No Matches
efind.Component Class Reference

A component, without knowledge of its value - only bounds and defining formula. More...

+ Inheritance diagram for efind.Component:

Public Member Functions

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)
 

Public Attributes

 values
 
 start_decade
 

Detailed Description

A component, without knowledge of its value - only bounds and defining formula.

Definition at line 209 of file efind.py.

Constructor & Destructor Documentation

◆ __init__()

None efind.Component.__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 
)
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 in efind.Resistor, and efind.Capacitor.

Definition at line 214 of file efind.py.

Member Function Documentation

◆ __str__()

str efind.Component.__str__ (   self)

Definition at line 265 of file efind.py.

◆ name()

str efind.Component.name (   self)

Definition at line 269 of file efind.py.

Member Data Documentation

◆ start_decade

efind.Component.start_decade

Definition at line 258 of file efind.py.

◆ values

efind.Component.values

Definition at line 256 of file efind.py.


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