efa - 2018-08-06

for example the Edif syntax is as so:

(instance &C2
      (viewRef NetlistView
       (cellRef &CAP
        (libraryRef OrCAD_LIB)))
      (property PartValue (string "100nF"))
      (property ModuleValue (string "C_0805_2012Metric"))
      (property TimeStampValue (string "000002B2")))

while the generated KiCAD netlist files become:

 ( 84DFBB8F $noname C2 (null)  {Lib=(null)}
  (    1 GND )
  (    2 N00353 )
 )
 

Last edit: efa 2018-08-06