lxGetSource
lxGetSource(
{ w_windowID | d_layCellviewID }
=> d_schCellviewID / nil
Description
Returns the source (schematic) cellview ID for the specified layout window ID or layout cellview ID in the current Layout XL session. If the schematic reference for the specified layout window has changed since the current Layout XL session was started, Layout XL must be relaunched for lxGetSource to return the updated schematic reference.
Arguments
|
Layout window ID corresponding to the layout cellview ID for which the schematic cellview ID needs to be returned. |
|
|
Layout cellview ID for which the schematic cellview ID needs to be returned. |
Value Returned
|
Schematic cellview ID corresponding to the layout cellview ID open in the current Layout XL session. |
|
Examples
source = lxGetSource(hiGetCurrentWindow())
source = lxGetSource(geGetEditCellView())
Return to top