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

dbIsNetOptical

dbIsNetOptical(
d_netId
)
=> t / nil

Description

Checks whether the specified net or signal has optical data.

Arguments

d_netId

The database ID of a net.

Value Returned

t

The object is a net or a signal that has optical data.

nil

The specified net or a signal does not contain optical data.

A warning is displayed if the specified ID is not a valid database ID of a net.

Example

dbIsNetOptical(netID) => t / nil

Related Topics

Optical Data Functions

Return to top
 ⠀
X