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:

  • 0 – Success
  • 1 – Failure generating control file
  • 2 – Error translating the file
VB Example:  

obj.ScrImportGDSII "C:/Files/MyProject.gds" ""

IPY Example:   oDoc.ScrImportGDSII('C:/Files/MyProject.gds','')