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

almGetOpPointParamMap

almGetOpPointParamMap( 
t_lib
t_cell
[ ?view g_view ] 
[ ?tool g_tool ]
) 
=> l_opMap / nil

Description

Returns the operating-point parameter map for the arguments specified. The netlist procedure is set with almSetOpPointParamMap.

Arguments

t_lib

Name of the library which the cell resides.

t_cell

Name of the cell.

?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

l_opMap

Operating-point parameter map, if one is defined.

nil

Indicates an error.

Example

almGetOpPointParamMap( "analogLib" "npn" ?tool "spectre" )

Return to top
 ⠀
X