InterfaceNetAddCMP(InterfaceCMPObject, Int32, String) Method
Add a component to the net.
Namespace: PCBI.Automation.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
void AddCMP(
InterfaceCMPObject component,
int packagePinPosition,
string pinName = ""
)
Sub AddCMP (
component As InterfaceCMPObject,
packagePinPosition As Integer,
Optional pinName As String = ""
)
void AddCMP(
InterfaceCMPObject^ component,
int packagePinPosition,
String^ pinName = L""
)
abstract AddCMP :
component : InterfaceCMPObject *
packagePinPosition : int *
?pinName : string
(* Defaults:
let _pinName = defaultArg pinName ""
*)
-> unit
Parameters
- component InterfaceCMPObject
- The current component.
- packagePinPosition Int32
- The connecting pin number (position in package definition).
- pinName String (Optional)
- Name of pin (default from pin number)