ddsGetLibManLCV
ddsGetLibManLCV(
)
=> l_libCellView
Description
Returns the library, cell, and view name entries currently selected in the library manager
Arguments
None
Value Returned
|
l_libCellViewName
|
Returns a list containing the current library, cell, and view selected in the library manager. If any of the entries from the library, cell, or view is not selected, the function returns an empty string (" ") for that entry. For example, if the library manager is not open, the return value will display ( "" "" "" ).
|
Examples
ddsGetLibManLCV( )
=> ("ether" "adc_sample_hold" "layout")
Return to top