nlGetTerminalList
nlGetTerminalList(o_instance) =>l_terminals
Description
Returns a list of terminal names in the order specified on the pin order property on the schematic, or on the termOrder property on the CDF, or on the cellview of the instance, in that order.
This method should not be used by the formatter. In contrast to nlGetSignalList, buses are not handled individually: a terminal such as out<0:3> is represented in its original form.
Arguments
Value Returned
Examples
nlGetTerminalList( inst )
Return to top