schSolder
schSolder(d_cvId l_solderPt) =>d_shapeId/ nil
Description
Solders two wires together in a schematic. This function places the solder dot over the given point if it is a + or T- wire intersection.
Arguments
|
Cellview ID of the cellview to contain the solder dot. Must be a schematic cellview. |
|
Value Returned
Examples
shapeId = schSolder( cv 2:3 )
Places a solder dot at the specified location.
Return to top