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

dbIsFixedVia

dbIsFixedVia(
d_objId
)
=> t / nil

Description

Checks whether the specified database object is a fixedVia object.

Arguments

d_objId

Database ID of an object.

Value Returned

t

The specified object is a fixedVia object.

nil

The specified object s not a fixedVia object.

Examples

Checks if the object obj is fixedVia object.

dbIsFixedVia(obj)

Related Topics

Fixed Via Function


Return to top
 ⠀
X