Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

tcDisplayTechGraphForm

tcDisplayTechGraphForm(
[ d_techID ]
)
=> t / nil

Description

Opens the Technology Database Graph form. It is equivalent to clicking the Graph button in the Technology Tool Box form.

Arguments

d_techID

The technology database identifier.

None

Value Returned

t

The command was successful.

nil

The command was unsuccessful.

Example

cvId = geGetWindowCellView()
tfId = techGetTechFile( cvId )
tcDisplayTechGraphForm( tfId )

Gets the ID of the open cellview and stores it in cvID. Next, it retrieves the technology file ID by using cvId, and then uses that ID to open the Technology Database Graph form.


Return to top
 ⠀
X