connect_schematic_components#
- ModelerTwinBuilder.connect_schematic_components(starting_component, ending_component, pin_starting=2, pin_ending=1)[source]#
Connect schematic components.
- Parameters:
- starting_component
str
Starting (right) component.
- ending_component
str
Ending (left) component for the connection line.
- pin_starting
str
,optional
Number of the pin at which to terminate the connection from the right end of the starting component. The default is
2
.- pin_ending
str
,optional
Number of the pin at which to terminate the connection from the left end of the ending component. The default is
1
.
- starting_component
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oEditor.CreateWire