Reference Prefix

The reference prefix sets the prefix of reference designators of component instances in JITX. If no reference-prefix is set, the default prefix is "U". Any string is valid as a reference prefix.

Syntax

pcb-component my-component:
  reference-prefix = "X"

pcb-component my-component:
  reference-prefix = "ESD"

Description

reference-prefix = "X" Set the reference prefix of this component to be "X". The first component would get reference designator X1.

reference-prefix = "ESD" Set the reference prefix of this component to be "ESD". The first component would get reference designator ESD1.