ScrPlacePortsAtPinsOnSelectedNetsExcludePart
| Creates ports between pins on the selected nets and the reference net unless the pins belong to the specified part. | |
| UI Command: | None. |
| Syntax: | obj.ScrPlacePortsAtPinsOnSelectedNetsExcludePart(<zref>, <refNetName>, <partName>, <refDes>, <connectToPinGroup>, <portsCreated>) |
| Parameters: |
DOUBLE zref BSTR refNetName BSTR partName BSTR refDes BOOL connectToPinGroup ARRAY portsCreated (empty) |
| Return Value: |
ARRAY portsCreated (filled) INT:
|
| VB Example: |
obj.ScrPlacePortsAtPinsOnSelectedNetsExcludePart(50.0, "GND", "T1_A", "U1", false, ports) |
| IPY Example: |
oDoc.ScrPlacePortsAtPinsOnSelectedNetsExcludePart(50.0, 'GND', 'T1_A', 'U1', false, ports) |