KiCad PCB EDA Suite
Loading...
Searching...
No Matches
resistor_substitution_utils.h File Reference
#include "eseries.h"
#include <array>
#include <optional>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  RESISTANCE
 
class  RES_EQUIV_CALC
 Performs calculations on E-series values primarily to find target values as combinations (serial, parallel) of them. More...
 

Macros

#define RES_EQUIV_CALC_FIRST_VALUE   10
 
#define RES_EQUIV_CALC_LAST_VALUE   1e6
 

Variables

const double epsilon = 1e-12
 

Macro Definition Documentation

◆ RES_EQUIV_CALC_FIRST_VALUE

#define RES_EQUIV_CALC_FIRST_VALUE   10

Definition at line 38 of file resistor_substitution_utils.h.

◆ RES_EQUIV_CALC_LAST_VALUE

#define RES_EQUIV_CALC_LAST_VALUE   1e6

Definition at line 42 of file resistor_substitution_utils.h.

Variable Documentation

◆ epsilon