kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #08811
Re: Decoupling issues with python
On Mon, Aug 13, 2012 at 08:51:04AM +0200, Miguel Angel wrote:
> For acessing the current board in scripting you can use 'GetBoard' it's a scripting helper which receives our pcb_edit_frame as pcbnew.cpp boots up.
I know that... the problem is accessing the SCREEN or the FRAME from the
board! The real issue is that some data are mislocated (probably from
the original structure of kicad when it was converted to C++...) and the
fact that that issue is shared by eeschema too (via inheritance)
More simply, the 'big' issue at the moment is:
- I have a BOARD*; how can I get the board filename from that? AFAIK it
isn't possible...
--
Lorenzo Marcantonio
Logos Srl
Follow ups
References