ScrDeletePinGroup

Deletes a specified pin group.

UI Command:   None.
Syntax:   obj.ScrDeletePinGroup(<pin_group_name>,<deleteRefCktElems>)
Parameters:  

BSTR pin_group_name

BOOL deleteRefCktElems (True = deletes references circuit element(s); False = referenced circuit element(s) remove the reference to the pin group and change the reference to the first pin of the pin group.)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrDeletePinGroup("U1_GND_Group", true)

IPY Example:  

oDoc.ScrDeletePinGroup('U1_GND_Group', True)