Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbIsTapSteiner

dbIsTapSteiner(
d_object
)
=> t / nil

Description

Checks whether the specified ID is a tap steiner ID.

Arguments

d_object

ID of an object.

Value Returned

t

The object is a tap steiner object.

nil

The object is not a tap steiner object.

Examples

dbCreateSteiner(cv list(-10:-10 0:0) "metal2")
> db:0x08cbab12
dbCreateTapSteiner(cv list(-5:-5 0:0) "metal3")
> db:0x2926a51b
(mapcar 'dbIsTapSteiner cv~>steiners)
> (nil t)
dbIsTapSteiner(cv)
> nil

Related Topics

Steiner Functions


Return to top
 ⠀
X