NetlistOptions parameters

  • format : [string] (default: 'classic') (choices: “classic”, “ipc”) The classic format is the KiCad internal format, and is generated from the schematic. The ipc format is the IPC-D-356 format, useful for PCB testing, is generated from the PCB.

  • output : [string] (default: '%f-%i%I%v.%x') Filename for the output (%i=netlist/IPC-D-356, %x=net/d356). 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.

  • 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.

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