BoMLinkableSimple parameters

  • datasheet_as_link : [string] (default: '') [case insensitive]Column with links to the datasheet.

  • generate_dnf : [boolean] (default: true) Generate a separated section for DNF (Do Not Fit) components.

  • logo : [string | boolean] (default: '') PNG/SVG file to use as logo, use false to remove. Note that when using an SVG this is first converted to a PNG using logo_width.

  • title : [string] (default: 'KiBot Bill of Materials') BoM title.

  • digikey_link : [string | list(string)] (default: '') [case insensitive]Column/s containing Digi-Key part numbers, will be linked to web page.

  • extra_info : [string | list(string)] (default: '') Information to put after the title and before the pcb and stats info.

  • highlight_empty : [boolean] (default: true) Use a color for empty cells. Applies only when col_colors is true.

  • lcsc_link : [boolean | string | list(string)] (default: '') [case insensitive]Column/s containing LCSC part numbers, will be linked to web page. Use true to copy the value indicated by the field_lcsc_part global option.

  • logo_width : [number] (default: 370) Used when the logo is an SVG image. This width is used to render the SVG image.

  • mouser_link : [string | list(string)] (default: '') [case insensitive]Column/s containing Mouser part numbers, will be linked to web page.