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

asiCreateFormatter

asiCreateFormatter( 
o_session 
) 
=> o_formatter

Description

Creates a design object with the nlCreateDesign call, using the information on the OASIS session. Subsequently, the formatter is created with a call to nlCreateFormatter, using the information on the session. The formatter is added to the session and can be obtained with asiGetFormatter. This is a convenience function that you cannot redefine, and the interface should not call it.

Arguments

o_session

The OASIS session object.

Value Returned

o_formatter

The formatter object created.

Examples

Creates a design object for the specified OASIS session object:

asiCreateFormatter( session )
=> Obj1


Return to top
 ⠀
X