Symbol description is not available for symbols in schematic
Description
Symbol description is not available when symbol is placed into schematic page, i.e. there is no way to review symbol description outside symbol library. Description per say is not lost, it is still stored inside as a cached library entity, see below: File: KiCAD_Tests.kicad_sch
...
(lib_symbols
(symbol "aMicropack_UVIR:C 0.1uF 50V X7R [0805] KEMET" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "C" (id 0) (at 1.016 1.524 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "C 0.1uF 50V X7R [0805] KEMET" (id 1) (at 1.016 -1.524 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "aMicropack_UVIR:C_0805_2012Metric" (id 2) (at 0 10.16 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://api.kemet.com/component-edge/download/specsheet/C0805C104K5RACTU.pdf" (id 3) (at 0 -13.97 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Manufacturer" "KEMET" (id 4) (at 0 -11.938 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Manufacturer Part Number" "C0805C104K5RACTU" (id 5) (at 0 -9.906 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Multilayer Ceramic Capacitor 0.1uF 50v X7R ±10% -55+125°C" (id 6) (at 0 0 0)**
(effects (font (size 1.27 1.27)) hide)
)
...
This would be very useful for BOMs - currently there is no way to add "Description" column.
Steps to reproduce
- Create a library symbol, add description.
- Include symbol library into any schematics.
- Place the symbol into schematic page.
- Open Symbol properties, description is lost.
KiCad Version
Application: KiCad (64-bit)
Version: (6.0.0-rc1-140-g6ecdbbb1da), release build
Libraries:
wxWidgets 3.1.5
libcurl/7.78.0-DEV Schannel zlib/1.2.11
Platform: Windows 10 (build 19044), 64-bit edition, 64 bit, Little endian, wxMSW
Build Info:
Date: Nov 25 2021 00:00:05
wxWidgets: 3.1.5 (wchar_t,wx containers)
Boost: 1.76.0
OCC: 7.5.0
Curl: 7.78.0-DEV
ngspice: 35
Compiler: Visual C++ 1929 without C++ ABI
Build settings:
KICAD_USE_OCC=ON
KICAD_SPICE=ON
Edited by Vasyl Melnichuk