ScrImportGDSII
| Imports a GDSII file (*.strm, *.gds) into a new project. | |
| UI Command: | Import > GDSII. |
| Syntax: | obj.ScrImportGDSII(<filePath>, <controlFilePath>) |
| Parameters: |
BSTR filePath BSTR controlFilePath (pass an empty string to use the default control file) |
| Return Value: |
INT:
|
| VB Example: |
obj.ScrImportGDSII "C:/Files/MyProject.gds" "" |
| IPY Example: | oDoc.ScrImportGDSII('C:/Files/MyProject.gds','') |