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

A calculated parameter - potentially but not necessarily a circuit output - to be calculated and checked for error in the solution ranking process. More...

Public Member Functions

None __init__ (self, str name, str unit, float expected, CalculateCall calculate)
 
float error (self, float value)
 
str __str__ (self)
 

Public Attributes

 calculate
 

Detailed Description

A calculated parameter - potentially but not necessarily a circuit output - to be calculated and checked for error in the solution ranking process.

Definition at line 351 of file efind.py.

Constructor & Destructor Documentation

◆ __init__()

None efind.Output.__init__ (   self,
str  name,
str  unit,
float  expected,
CalculateCall  calculate 
)
Parameters
namei.e. Vout
uniti.e. V, A, Hz...
expectedThe value that this parameter would assume under ideal circumstances
calculateA callable accepting a sequence of floats - one per component, in the same order as they were passed to the Solver constructor; returning a float.

Definition at line 357 of file efind.py.

Member Function Documentation

◆ __str__()

str efind.Output.__str__ (   self)

Definition at line 377 of file efind.py.

◆ error()

float efind.Output.error (   self,
float  value 
)
Returns
Absolute error, since the expected value might be 0

Definition at line 371 of file efind.py.

Member Data Documentation

◆ calculate

efind.Output.calculate

Definition at line 367 of file efind.py.


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