MPN

mpn defines the manufacturer part number of a component. It is used to create our bill of materials, and to check the sourceability of the pcb-component.

Syntax

mpn = "TPD3S014DBVR"

val n-sw = 8
mpn = to-string("219-%_MSTR"%[n-sw])

Description

mpn = "TPD3S014DBVR" The MPN of this component is "TPD3S014DBVR"

Sometimes we model a family of parts with a single pcb-component, so the mpn is constructed parametrically.

val n-sw = 8
mpn = to-string("219-%_MSTR"%[n-sw])

Results in mpn = "219-8MSTR".