demisjohn / pyFIMM

Python Interface to PhotonDesign's FimmWave/FimmProp software.
15 stars 4 forks source link

`Project.import_node( project, pyfimm_path)` #59

Open demisjohn opened 8 years ago

demisjohn commented 8 years ago

To allow users to add arbitrary nodes to their project from other imported projects.

Use FimmWave's copy/paste - see Project.import_device() for example.

demisjohn commented 8 years ago

Same solution as #2 (open device from file), but returns a Node object only?