Add new pn / mpn attributes
This commit is contained in:
parent
d811931b3a
commit
a3d8750435
18
syntax.md
18
syntax.md
@ -42,9 +42,9 @@ additional_bom_items: # custom items to add to BOM
|
|||||||
notes: <string>
|
notes: <string>
|
||||||
|
|
||||||
# product information (all optional)
|
# product information (all optional)
|
||||||
manufacturer: <string>
|
pn: <string> # [internal] part number
|
||||||
manufacturer_part_number: <string>
|
mpn: <string> # manufacturer part number
|
||||||
internal_part_number: <string>
|
manufacturer: <string> # manufacturer name
|
||||||
|
|
||||||
# pinout information
|
# pinout information
|
||||||
# at least one of the following must be specified
|
# at least one of the following must be specified
|
||||||
@ -110,9 +110,9 @@ Since the auto-incremented and auto-assigned designator is not known to the user
|
|||||||
notes: <string>
|
notes: <string>
|
||||||
|
|
||||||
# product information (all optional)
|
# product information (all optional)
|
||||||
manufacturer: <string>
|
pn: <string> # [internal] part number
|
||||||
manufacturer_part_number: <string>
|
mpn: <string> # manufacturer part number
|
||||||
internal_part_number: <string>
|
manufacturer: <string> # manufacturer name
|
||||||
|
|
||||||
# conductor information
|
# conductor information
|
||||||
# the following combinations are permitted:
|
# the following combinations are permitted:
|
||||||
@ -242,9 +242,9 @@ Additional BOM entries can be generated in the sections marked `<bom-item>` abov
|
|||||||
# all the following are optional:
|
# all the following are optional:
|
||||||
unit: <string>
|
unit: <string>
|
||||||
designators: <List>
|
designators: <List>
|
||||||
manufacturer: <string>
|
pn: <string> # [internal] part number
|
||||||
manufacturer_part_number: <string>
|
mpn: <string> # manufacturer part number
|
||||||
internal_part_number: <string>
|
manufacturer: <string> # manufacturer name
|
||||||
```
|
```
|
||||||
|
|
||||||
## Colors
|
## Colors
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user