almGetNetlistProcedure
almGetNetlistProcedure(t_lib t_cell[ ?viewg_view] [ ?toolg_tool] ) =>s_procedure/ nil
Description
Returns the netlist procedure for the arguments specified. The netlist procedure is used to netlist an instance. The netlist procedure is declared with almSetNetlistProcedure.
Arguments
|
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
Example
almGetNetlistProcedure("analogLib" "vdc" ?tool "spectre")
Return to top