export_ipkiss_library

ipkiss3.all.canvas.export_ipkiss_library(library_path, library_name=None, symbols=None, schematic=False, output_path=None)

Export JSON file for a library (directory with an all.py file).

A library consists of components that have layout information.

Parameters:
library_path: str, Path

Path to the library (containing the all.py file)

library_name: str, None

Name of the library

symbols: Optional[dict]

cell name -> symbol options. Specifies how the symbols of the library should be generated.

output_path: str

Path to the output file. By default, the file is named after the library and located alongside the all.py file.