diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-08-02 21:42:01 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-08-02 21:53:00 +0200 |
commit | e1012e314d6c21ad1b75082a292506cd751a9117 (patch) | |
tree | 4530dfff8cf7545d8395c6400fe5efc29e490c42 /demo | |
parent | b6c8c2c103b98097adef2fd18547feb6fd7e1952 (diff) | |
download | ee-python-e1012e314d6c21ad1b75082a292506cd751a9117.tar.gz ee-python-e1012e314d6c21ad1b75082a292506cd751a9117.tar.bz2 ee-python-e1012e314d6c21ad1b75082a292506cd751a9117.tar.xz ee-python-e1012e314d6c21ad1b75082a292506cd751a9117.zip |
o Fixing a bad bug and learning some Python: list.insert(index, value)
will only insert at index if the list is index long. If not it will
just append them. Yay. Much better digikey part data now.
Creating a ValueList that automatically expands the list.
o Stopping with silly key and value replacements.
o Updating tests.
Diffstat (limited to 'demo')
3 files changed, 22 insertions, 22 deletions
diff --git a/demo/doit/ee/digikey-parts/digikey-part/493-4771-1-ND.ini b/demo/doit/ee/digikey-parts/digikey-part/493-4771-1-ND.ini index 17ab33d..a263bf9 100644 --- a/demo/doit/ee/digikey-parts/digikey-part/493-4771-1-ND.ini +++ b/demo/doit/ee/digikey-parts/digikey-part/493-4771-1-ND.ini @@ -8,7 +8,7 @@ mpn = UCA2G100MPD1TD 7/packaging = Cut Tape (CT) 1989/part status = Active 2049/capacitance = 10µF -3/tolerance = ±20%% +3/tolerance = ±20% 2079/voltage - rated = 400V 724/esr (equivalent series resistance) = - 725/lifetime @ temp. = 10000 Hrs @ 105°C diff --git a/demo/doit/ee/digikey-parts/digikey-part/BC2AAPC-ND.ini b/demo/doit/ee/digikey-parts/digikey-part/BC2AAPC-ND.ini index d25e417..5629485 100644 --- a/demo/doit/ee/digikey-parts/digikey-part/BC2AAPC-ND.ini +++ b/demo/doit/ee/digikey-parts/digikey-part/BC2AAPC-ND.ini @@ -5,14 +5,14 @@ type = digikey-part part-number = BC2AAPC-ND url = https://www.digikey.com/product-detail/en/mpd-memory-protection-devices/BC2AAPC/BC2AAPC-ND/455777 mpn = BC2AAPC -7/packaging = Active -1989/part status = Cylindrical, Holder -2049/capacitance = Holder (Open) -3/tolerance = AA -2079/voltage - rated = 2 -724/esr (equivalent series resistance) = - -725/lifetime @ temp. = PCB, Through Hole +1989/part status = Active 252/operating temperature = -10°C ~ 100°C -52/polarization = PC Pin -707/ratings = 0.591" (15.01mm) +69/mounting type = PCB, Through Hole +1445/battery type, function = Cylindrical, Holder +91/style = Holder (Open) +32/battery cell size = AA +36/number of cells = 2 +1142/battery series = - +258/termination style = PC Pin +759/height above board = 0.591" (15.01mm) diff --git a/demo/doit/ee/digikey-parts/digikey-part/RMCF1206JT10K0CT-ND.ini b/demo/doit/ee/digikey-parts/digikey-part/RMCF1206JT10K0CT-ND.ini index ce84f05..8cff77a 100644 --- a/demo/doit/ee/digikey-parts/digikey-part/RMCF1206JT10K0CT-ND.ini +++ b/demo/doit/ee/digikey-parts/digikey-part/RMCF1206JT10K0CT-ND.ini @@ -7,17 +7,17 @@ url = https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF12 mpn = RMCF1206JT10K0 7/packaging = Cut Tape (CT) 1989/part status = Active -2049/capacitance = 10 kOhms -3/tolerance = ±5%% -2079/voltage - rated = 0.25W, 1/4W -724/esr (equivalent series resistance) = Thick Film -725/lifetime @ temp. = Automotive AEC-Q200 +3/tolerance = ±5% 252/operating temperature = -55°C ~ 155°C -52/polarization = ±200ppm/°C -707/ratings = 1206 (3216 Metric) -405/applications = 1206 -2253/ripple current @ low frequency = 0.126" L x 0.063" W (3.20mm x 1.60mm) -2260/ripple current @ high frequency = 0.028" (0.70mm) -508/lead spacing = 2 -46/size / dimension = - +46/size / dimension = 0.126" L x 0.063" W (3.20mm x 1.60mm) +1500/height - seated (max) = 0.028" (0.70mm) +16/package / case = 1206 (3216 Metric) +2085/resistance = 10 kOhms +2/power (watts) = 0.25W, 1/4W +174/composition = Thick Film +5/features = Automotive AEC-Q200 +17/temperature coefficient = ±200ppm/°C +1291/supplier device package = 1206 +1127/number of terminations = 2 +1531/failure rate = - |