ScrGetDcThermalDataDir

Sets variable thermalDataDirBstr to the path of the DC Thermal directory.

UI Command:   None.
Syntax:   obj.ScrGetDcThermalDataDir(<simName>, <thermalDataDirBstr>)
Parameters:  

BSTR simName (DC simulation name)

ARRAY thermalDataDirBstr (empty)

Return Value:  

BOOL:

  • 0 – Failure
  • 1 – Success
VB Example:  

Dim thermalDataDirBstr()

obj.ScrGetDcThermalDataDir("DC IR Sim 1",thermalDataDirBstr)

IPY Example:  

thermalDataDirBstr = []

oDoc.ScrGetDcThermalDataDir('DC IR Sim 1',thermalDataDirBstr)