Skip to content

Steffen-W/KiCad-Parasitics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KiCad-Parasitics

... Documentation is still being created

Plugin to analyze the wires in the PCB editor. To use the plugin, two points must be marked on the board. This is best two pads that are connected with a wire. The tool then determines the DC resistance between the two points. A parasitic inductance wired also estimated. In future versions, the parasitic capacitance to the ground plane will be determined.

Example

First install Kicad-Parasitic from the Kicad "Plugin and Content Manager", then:

  • open Kicad
  • go to File -> Open Demo Project ...
  • select Stickhub folder
  • select StickHub.kicad_pro grafik
  • open StickHub.kicad_pcb
  • zoom in to the front layer, close to the USB connector
  • select the two D- vias
  • press on the "parasitic" icon
  • grafik

Tested until now

Operating systems

  • Windows
  • Linux
  • Mac

KiCad versions

  • KiCad 6 (will also not work in the future)
  • KiCad 7.0.8 (up to commit cd378574)
  • KiCad 7.99.0-unknow (up to commit 099e5dd9)