asiGetNetlistFormatterClass
asiGetNetlistFormatterClass(o_tool) =>s_class/nil
Description
Returns the netlist formatter class for the specified tool.
Arguments
Value Returned
Examples
The following example returns the netlist formatter class for tool_name:
tool_name = asiGetTool( session )
asiGetNetlistFormatterClass( <tool_name> )
=> spectreFormatter
Return to top