BoardViewOptions parameters

  • output : [string] (default: '%f-%i%I%v.%x') Filename for the output (%i=boardview, %x=brd/brv). Affected by global options.

  • dnf_filter : [string | list(string)] (default: '_null') Name of the filter to mark components as not fitted. A short-cut to use for simple cases where a variant is an overkill.

  • format : [string] (default: 'BRD') (choices: “BRD”, “BVR”) Format used for the generated file. The BVR file format is bigger but keeps more information, like alphanumeric pin names.

  • pre_transform : [string | list(string)] (default: '_null') Name of the filter to transform fields before applying other filters. A short-cut to use for simple cases where a variant is an overkill.

  • sorted : [boolean] (default: true) Sort components by reference. Disable this option to get a file closer to what kicad-boardview generates.

  • variant : [string] (default: '') Board variant to apply. Used for sub-PCBs.