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

asiSetNetlistFormatterClass

asiSetNetlistFormatterClass( 
o_tool 
s_class 
) 
=> s_class

Description

Registers the netlist formatter class with the tool. This function is normally called from the asiInitFormatter method and should be defined for the interface.

Arguments

o_tool

The object representing the simulator interface.

s_class

A symbol representing the formatter class for the simulator of interest.

Value Returned

s_class

A symbol representing the formatter class for the simulator of interest.

Examples

The following example registers the netlist formatter class for the given simulator:

asiSetNetlistFormatterClass( o_tool spectreFormatter) => spectreFormatter


Return to top
 ⠀
X