ScrActivateDcPowerTreePinAggregation
|
Aggregates or unsets pins in a Power Tree on a net within a component. |
|
| UI Command: | Results Tab > DC IR Drop > [Simulation Name] > Export Power Tree > Aggregate pins on a net within a component as one block. |
| Syntax: | obj.ScrActivateDcPowerTreePinAggregation(<aggregatePins>) |
| Parameters: |
BOOL aggregatePins (True to activate or False to deactivate) |
| Return Value: |
INT:
|
| VB Example: |
obj.ScrActivateDcPowerTreePinAggregation True |
| IPY Example: |
oDoc.ScrActivateDcPowerTreePinAggregation('1') |
Note:
Use before ScrExportDcPowerTree.