File: r_calculator_help.md

package info (click to toggle)
kicad 9.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 769,124 kB
  • sloc: cpp: 960,330; ansic: 121,001; xml: 66,428; python: 18,382; sh: 1,010; awk: 301; asm: 292; makefile: 227; javascript: 167; perl: 10
file content (12 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
- This calculator finds combinations of standard E-series (between 10Ω and 1MΩ) to create arbitrary values.
- You can enter the required resistance from 0.0025 to 4000 kΩ.
- Solutions using up to 4 components are given.

The requested value is always excluded from the solution set.<br>
Optionally up to two additional values can be excluded in case of component availability problems.

Solutions are given in the following formats:

	R1 + R2 +...+ Rn	resistors in series
	R1 | R2 |...| Rn	resistors in parallel
	R1 + (R2|R3)...		any combination of the above