Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

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

d_cvId

Cellview ID of the cellview to contain the solder dot. Must be a schematic cellview.

l_solderPt

Location of the solder dot specified as a point.

Value Returned

d_shapeId

The ID of the specified shape.

nil

Solder dot placement unsuccessful.

Examples

shapeId = schSolder( cv 2:3 )

Places a solder dot at the specified location.


Return to top
 ⠀
X