Alternatives

This filter automatically fills alternative fields for symbols.
You can have various alternative manufacturers, part numbers, etc.
The names of the alternative fields are created using the pattern option.
To avoid warnings at least one component in the schematic should define the alternative fields, you can leave their value empty. In this way KiBot will know these names are valid even before running the filter..

  • comment : [string] (default: '') A comment for documentation purposes.

  • name : [string] (default: '') Used to identify this particular filter definition.

  • parts : [AlternativesSymbols parameters] [dict | list(dict)] (default: []) List of symbols to process.

  • number_from : [number] (default: 2) First number used for the alternative number (%d).

  • pattern : [string] (default: '%f%d') Pattern used to generate the alternative field. %f is the current field name.
    %d is the alternative number.

Used dicts