X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=pkg%2Fnewlib%2Fjst%2FPH-Series.py;h=dcfaf13093e16f75f22aff96c78732bb55fe9b2c;hb=b04feeee92013d8340cdfb4556bbd53ba21fc02c;hp=27394b0eb25c67e5cc397aaa5892f8a7628ea629;hpb=25a748412744523fbb7083d81579557e79eb9cf3;p=hw%2Fbdale diff --git a/pkg/newlib/jst/PH-Series.py b/pkg/newlib/jst/PH-Series.py index 27394b0..dcfaf13 100755 --- a/pkg/newlib/jst/PH-Series.py +++ b/pkg/newlib/jst/PH-Series.py @@ -2,8 +2,15 @@ for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 do - FILE="S"$i"B-PH" + # side entry surface mount + FILE="S"$i"B-PH-SM4" ./PH-smt-ra.py $i > $FILE.fp + + # top entry through hole FILE="B"$i"B-PH" ./PH-th-v.py $i > $FILE.fp + + # side entry through hole + FILE="S"$i"B-PH" + ./PH-th-ra.py $i > $FILE.fp done