Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

dlAddPoint

dlAddPoint(
w_dlist 
x_penNumber 
l_point 
[ s_tagSymbol ]
) 
=> t / nil 

Description

Adds a point to the display list.

Arguments

w_dlist

Display list to add to.

x_penNumber

Pen number to use.

l_point

List containing the point. For example,

list(200 200) or 200:200

s_tagSymbol

Symbol to tag this object with.

Value Returned

t

Operation successful.

nil

Operation failed.

Related Topics

Add Objects to the Display List


Return to top
 ⠀
X