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
|
| VB Example: |
obj.ScrDeletePinGroup("U1_GND_Group", true) |
| IPY Example: |
|