ScrAddEquipotentialRegion

Creates an equipotential region located at a specified pin.
UI Command:   None.
Syntax:   obj.ScrAddEquipotentialRegion (<partName>, <refDes>, <pinName> , <regionOnTop>)
Parameters:  

BSTR partName

BSTR refDes

BSTR pinName

BOOL regionOnTop (True to create the equipotential region above the top metal layer, False to create it below the bottom metal layer)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

outcome = doc.ScrAddEquipotentialRegion "T1_A", "U1", "10", True

IPY Example:  

oDoc.ScrAddEquipotentialRegion('T1_A','U1','10',True)