Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

o_instance

The instance object.

Value Returned

l_terminals

A list of terminals of the instance.

Examples

nlGetTerminalList( inst )


Return to top
 ⠀
X