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 TreeAggregate 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:

  • 0 – if False; unset pins aggregation for the next power tree export
  • 1 – if True; sets pins aggregation for the next power tree export
VB Example:  

obj.ScrActivateDcPowerTreePinAggregation True

IPY Example:  

oDoc.ScrActivateDcPowerTreePinAggregation('1')

Note:

Use before ScrExportDcPowerTree.