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:
|
| VB Example: |
Dim thermalDataDirBstr() obj.ScrGetDcThermalDataDir("DC IR Sim 1",thermalDataDirBstr) |
| IPY Example: |
thermalDataDirBstr = [] oDoc.ScrGetDcThermalDataDir('DC IR Sim 1',thermalDataDirBstr) |