ScrExportIcepakProject

Exports an Icepak project for standalone use. A DC simulation may be specified to provide power data to the Icepak project.

UI Command:   Export > Icepak.
Syntax:   obj.ScrExportIcepakProject(<projectPath>, <dcSimName>)
Parameters:  

BSTR projectPath

BSTR dcSimName (leave string empty to omit)

Return Value:  

INT

  • 0 – Success
  • 1 – Project directory could not be created.
  • 2 – An EDB could not be exported for the project.
  • 3 – Error generating the project import script.
  • 4 – Specified DC simulation could not be found OR failure generating Icepak launch script.
VB Example:  

obj.ScrExportIcepakProject("D:/icepakProj","")

IPY Example:  

oDoc.ScrExportIcepakProject('D:/icepakProj', 'DC Sim 1')