WIP: BOM modes
This commit is contained in:
parent
b03dfc7030
commit
d8a6da373f
@ -17,6 +17,14 @@ BomHash = namedtuple("BomHash", BOM_HASH_FIELDS)
|
|||||||
BomHashList = namedtuple("BomHashList", BOM_HASH_FIELDS)
|
BomHashList = namedtuple("BomHashList", BOM_HASH_FIELDS)
|
||||||
PartNumberInfo = namedtuple("PartNumberInfo", "pn manufacturer mpn supplier spn")
|
PartNumberInfo = namedtuple("PartNumberInfo", "pn manufacturer mpn supplier spn")
|
||||||
|
|
||||||
|
BomMode
|
||||||
|
"normal" # no bubbles, full PN info in GV node
|
||||||
|
"bubbles" # = "full" -> maximum info in GV node
|
||||||
|
"hide PN info"
|
||||||
|
"PN crossref" = "PN bubbles" + "hide PN info"
|
||||||
|
"additionally: BOM table in GV graph label (#227)"
|
||||||
|
"title block in GV graph label"
|
||||||
|
|
||||||
|
|
||||||
BomCategory = IntEnum( # to enforce ordering in BOM
|
BomCategory = IntEnum( # to enforce ordering in BOM
|
||||||
"BomEntry", "CONNECTOR CABLE WIRE ADDITIONAL_INSIDE ADDITIONAL_OUTSIDE"
|
"BomEntry", "CONNECTOR CABLE WIRE ADDITIONAL_INSIDE ADDITIONAL_OUTSIDE"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user