ScrSetIcepakTemperatureFile

Specifies an external Icepak solution file (*.sitemp) for use in specifying temperature for a DC simulation.

UI Command:   Simulation > Compute DC IR. Select Import temperature map from Icepak. Select External .sitemp file. Click Browse and select file.
Syntax:   obj.ScrSetIcepakTemperatureFile(<sitempFilename>)
Parameters:  

BSTR sitempFilename (full file path)

Return Value:  

BOOL

  • 0 – Failure (file does not exist)
  • 1 – Success
VB Example:  

obj.ScrSetIcepakTemperatureFile("d:/abcd.sitemp")

IPY Example:  

oDoc.ScrSetIcepakTemperatureFile('d:/abcd.sitemp')