Change default written library name
This commit is contained in:
parent
7eda7ea873
commit
4323d81abd
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def write(patterns: Pattern or List[Pattern],
|
|||
"""
|
||||
# Create library
|
||||
lib = gdsii.library.Library(version=600,
|
||||
name='masque-write_dose2dtype'.encode('ASCII'),
|
||||
name='masque-gdsii-write'.encode('ASCII'),
|
||||
logical_unit=logical_units_per_unit,
|
||||
physical_unit=meters_per_unit)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue