ScrUseIcepakTemperatureDataInDc
|
Enables or disables the use of Icepak thermal data in DC simulations. |
|
| UI Command: | Simulation > Compute DC IR. Select Icepak data. |
| Syntax: | obj.ScrUseIcepakTemperatureDataInDc(<use>) |
| Parameters: |
BOOL use (TRUE = Use thermal data; FALSE = Do not use thermal data) |
| Return Value: |
None. |
| VB Example: |
obj.ScrUseIcepakTemperatureDataInDc True |
| IPY Example: |
oDoc.ScrUseIcepakTemperatureDataInDc(True) |