Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

simGetTermList

simGetTermList(
t_libName
t_cellName
t_viewName
)
=> l_list / nil

Description

Collects all the terminals for a block and returns them as a list.

Arguments

t_libName

Name of the library containing the design.

t_cellName

Cell name of the design.

t_viewName

View name of the design.

Value Returned

l_list

SKILL list of the terminals in the specified cellview.

nil

The command was unsuccessful.

Examples

simGetTermList( "top" "cell" "schematic" )

Related Topics

OSS Functions


Return to top
 ⠀
X