ScrPlaceCircuitElementsToNearestRefPin
| Creates ports or sources connecting to the nearest reference pins of the given reference terminal net. | |
| UI Command: | None. |
| Syntax: | obj.ScrPlaceCircuitElementsToNearestRefPin(<circuitElementType <val>, <posPartName>, <posUnitName>, <posNetName>, <refPartName>, <refUnitName>, <refNetName>, <newElemList>) |
| Parameters: |
INT circuitElementType (3 = port; 4 = current source; 5 = voltage source) DOUBLE val BSTR posPartName BSTR posUnitName BSTR posNetName BSTR refPartName BSTR refUnitName BSTR refNetName ARRAY newElemList |
| Return Value: |
INT:
|
| VB Example: |
Dim result, newElemList result = obj.ScrPlaceCircuitElementsToNearestRefPin(3, 50.0, "SQFP28X28_208", "U1", "ARBLINK", "SQFP28X28_208", "U2", "GND", newElemList) |
| IPY Example: |
oDoc.ScrPlaceCircuitElementsToNearestRefPin (3, 50.0, 'SQFP28X28_208', 'U1', 'ARBLINK', 'SQFP28X28_208', 'U2', 'GND', newElemList) |