Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

lxHiUpdateCellViewPair

lxHiUpdateCellViewPair(
[ d_cellviewID ]
)
=> ( { t_source t_lib t_cell t_view [ t_topcell ] | nil } )

Description

Starts the Update Connectivity Reference command and opens the Update Connectivity Reference form, where you can specify which schematic view provides the connectivity source for the specified layout view. If you do not specify a layout cellview, the function uses the current layout cellview.

Arguments

d_cellviewID

Database ID of the layout cellview for which you want to set the connectivity reference.
Default: The current cellview.

Value Returned

t_source

Specifies that the connectivity reference is a CELLVIEW.

t_lib

The name of the library that contains the connectivity source cellview.

t_cell

The cell name of the connectivity source cellview.

t_view

The view name of the connectivity source cellview.

t_topcell

The name of the schematic top cell.

nil

There is no connectivity reference defined.

Example

lxHiUpdateCellViewPair()
=>  
("CELLVIEW" "ether" "adc_cascode_opamp" "schematic")

Confirms that the connectivity reference for the current layout view is a schematic cellview called adc_cascode_opamp in a library called ether.


Return to top
 ⠀
X