nlGetNetlistedStopCellViewList
nlGetNetlistedStopCellViewList(o_netlister) =>l_cellView
Description
Returns a list of cellview objects treated as stop cells for the specified netlister object.
Arguments
Value Returned
Examples
The following example retrieves a list of stop cells for the specified netlister object:
obj = (nlGetNetlister formatter)
cvList = nlGetNetlistedStopCellViewList(obj)
=> (stdobj@0x2601d470 stdobj@0x2601d458 stdobj@0x2601d440 stdobj@0x2601d428)
cvList~>cellName
=>("cap" "res" "idc" "vsin" )
Return to top