ScrSetDcPowerDataThresholds

For DC IR simulations, sets the minimum thermal cell size and minimum power per cell.

Note: These settings are no longer visible in SIwave, and are only applicable for exporting data for Icepak in an old format.

UI Command:   None.
Syntax:   obj.ScrSetDcPowerDataThresholds(<minThermCellSizeInUm>,<minPwrLossPerCellInMilliwatts)
Parameters:  

DOUBLE minThermCellSizeInUm

DOUBLE minPwrLossPerCellInMilliwatts

Return Value:  

None.

VB Example:  

obj.ScrSetDcPowerDataThresholds 12.0, 1.75

IPY Example:  

oDoc.ScrSetDcPowerDataThresholds(12.0, 1.75)