Kicad 8 -> 9 symbol changed with ~ sign next to it

hello

opening my version 8 schematics in version 9, some symbols show a wavy icon next to the symbol and a line around it.


symbol2

what is it?

Never seen. Can you attach the project here? The original, v8 one?

This is a part that is excluded from simulation.

Exclude from simulation prevents the symbol from being included in SPICE simulations. Symbols that are excluded from simulation are drawn with a grey outline around them and a simulation waveform icon to their bottom right, as shown below. The color of the outline and icon is configurable by editing the “Excluded-from-simulation Markers” color in the selected colorscheme. The visual marker (the outline and the icon) can be disabled completely by disabling View → Mark items which are excluded from simulation.

Symbol with Exclude From Simulation property set

2 Likes

Thank you very much, John!