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

asiGetNetlistFormatterClass

asiGetNetlistFormatterClass( 
o_tool 
) 
=> s_class / nil

Description

Returns the netlist formatter class for the specified tool.

Arguments

o_tool

The object representing the simulator interface.

Value Returned

s_class

A symbol representing the formatter class.

nil

Indicates an error.

Examples

The following example returns the netlist formatter class for tool_name:

tool_name = asiGetTool( session )
asiGetNetlistFormatterClass( <tool_name> )
=> spectreFormatter

Return to top
 ⠀
X