Manufacturer¶
The manufacturer
statement defines the manufacturer of a component. It is used to create the bill of materials and to check the sourceability of a pcb-component
.
This statement is valid in the pcb-component context.
Signature¶
manufacturer = <String|False>
This statement is optional. The default value will be false
in case no manufacturer
statement is found in a component definition.
Any string is a valid manufacturer
value.
Each pcb-component
may have exactly one manufacturer
statement. If more than one statement is encountered in a definition, then a DuplicateCStmtError
exception will be raised.
Example¶
pcb-component TPD3S014DBVR:
manufacturer = "Texas Instruments"
manufacturer = "Texas Instruments"
The manufacturer of this component is "Texas Instruments"