|
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) |
|
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) |
|
Definition at line 338 of file efind.py.
◆ __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
-
prefix | i.e. R, C or L |
suffix | Typically a number, i.e. the "2" in R2 |
unit | i.e. Hz, A, F, ... |
series | One of E3 through E96 |
calculate | A 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. |
minimum | Min 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. |
maximum | Max allowable value; the return of calculate will be checked against this and failures will be silently dropped. |
use_for_err | If 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: