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

almGetTerminalMap

almGetTerminalMap(
t_lib
t_cell
S_terminal
[ ?view g_view ]
[ ?tool g_tool ]
) 
=> s_map / nil

Description

Returns the simulator name of a terminal for the arguments specified. The netlist procedure is set with almSetTerminalMap.

Arguments

t_lib

Name of the library which the cell resides.

t_cell

Name of the cell.

S_terminal

Name of the terminal for which the mapped name is returned.

?view g_view

Name of the view.

?tool g_tool

Name of the tool. If the g_view argument has been specified, and any view-specific information is available for this view, the g_tool argument is ignored.

Value Returned

s_map

Mapped name of the terminal, when one is available.

nil

Indicates an error.

Example

almGetTerminalMap("analogLib" "vdc" "PLUS" ?tool "spectre") 

Return to top
 ⠀
X