Rev 293 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
293 | agaran | 1 | |
2 | # -v for verbose (muiltiple for more) |
||
3 | # -q for quiet or -s for silent? |
||
4 | # |
||
5 | # some file with definitions of required fields |
||
6 | # if not present (default) then hardcoded data will |
||
7 | # be used |
||
8 | # |
||
9 | # split elements by types so defaults/required-fields |
||
10 | # different for different types could be applied |
||
11 | # |
||
12 | # --verbose |
||
13 | # --file "pathtoschematic" |
||
14 | # --list "id,description,partid,manufacturer,ordercode,quanity,price,total" |
||
15 | # --list "id,description,partid,footprint,refdes,sheet" |
||
16 | # --configfile "pathtoconfigfile: |
||
17 | # --search partid "LD1117S12TR" |
||
18 | # |
||
19 | # inventory.conf |
||
20 | # path-to-directory-of-external-component-information |
||
21 | # path-to-directory-of-schematics |
||
22 | # match information-source to "information.txt" |
||
23 | # match description to "Description:" |
||
24 | # match manufacturer to "Manufacturer:" |
||
25 | # match ordercode to "Order Code:" |
||
26 | # calculate total per schematics |
||
27 | # calculate total sum of all schematics |
||
28 | # layout asci |
||
29 | # spaces one |
||
30 | # merge schematics information |
||
31 | # seperate schematics information |
||
32 | # |
||
33 | # first stage is build list of all data found (no caching concept yet) |
||
34 | # then find all sch and make bom? or find already done boms? |
||
35 | |||
36 | |||
313 | agaran | 37 | |
38 | so both importers will have simpler warning generator |
||
39 |