package kicadsch

  1. Overview
  2. Docs

Module Kicadsch.MakeSchPainterSource

Parameters

module P : Sigs.Painter

Signature

Sourcetype schContext

the schematic context

Sourceval initial_context : unit -> schContext

initial_context ()

  • returns

    an new empty context

Sourceval add_lib : string -> schContext -> schContext

add_lib line context parse the content of line provided to libs to the context.

  • returns

    the updated context

Sourceval parse_line : String.t -> schContext -> schContext

parse_line line context parse a new line of schematic and update context.

  • returns

    the updated context

Sourceval output_context : schContext -> P.t

output_context context output write the context as a image format to output

OCaml

Innovation. Community. Security.