mirror of https://github.com/KLayout/klayout.git
Updated KLayout Python Module Prototype (markdown)
parent
1dc86c93c2
commit
3846afa0a8
|
|
@ -33,6 +33,7 @@ export PYTHONPATH=<your-installation-path>/pymod
|
|||
python
|
||||
>>> import klayout.db as db
|
||||
>>> print(str(db.DBox(0, 0, 100, 200))
|
||||
(0,0;100,200)
|
||||
```
|
||||
|
||||
## Using the module
|
||||
|
|
|
|||
Loading…
Reference in New Issue