Hi Michael There is http://dev.kicad-pcb.org/doxygen-python/ , but I am not sure how and when that is updated. But you can also generate the documentation yourself with 'make doxygen-python' in the soruce tree.
Nick 2014-08-27 23:12 GMT+02:00 Michael Heidinger <[email protected]>: > Hello, > > I have a basic question: Is there a scripting documentation online? Where > all the commands e.g. > used in the link below are explained? Maybe that would clarify also my > questions below. > I've seen that python interface is generated automatically, but where do I > find the c documentation? > > I tested out the scripting online: > https://github.com/KiCad/kicad-source-mirror/blob/master/pcbnew/scripting/examples/listPcb.py#L2 > > There seem to be some errors: > Line17: SegVia not defined. > Line55: Zones are empty. > Line60: Ratesnest returns (always?) zero > Line62: GetNetClasses() produces error. > > Please help! > - Michael > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

