lxHiUpdateCellViewPair
lxHiUpdateCellViewPair( [d_cellviewID] ) => ( {t_sourcet_libt_cellt_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
|
Database ID of the layout cellview for which you want to set the connectivity reference. |
Value Returned
|
The name of the library that contains the connectivity source cellview. |
|
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