Regex parameters

  • angle : [number] (default: 0.0) Rotation offset to apply to the matched component.

  • apply_angle : [boolean] (default: true) Apply the angle offset.

  • apply_offset : [boolean] (default: true) Apply the position offset.

  • field : [string] (default: 'footprint') Name of field to apply the regular expression. Use _field_lcsc_part to get the value defined in the global options.
    Use Footprint for the name of the footprint without a library.
    Use Full Footprint for the name of the footprint including the library.

  • offset_x : [number] (default: 0.0) X position offset to apply to the matched component.

  • offset_y : [number] (default: 0.0) Y position offset to apply to the matched component.

  • regex : [string] (default: '') Regular expression to match.

  • regexp : Alias for regex.