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

asiGetFormatter

asiGetFormatter( 
o_session 
) 
=> o_formatter / nil

Description

Returns the formatter created with the last asiCreateFormatter call. This is a convenience function that you should not redefine and the interface should not call.

Arguments

o_session

The OASIS session object.

Value Returned

o_formatter

The formatter object.

nil

No formatter object is available for the session.

Examples

The following example returns the name of the formatter object that was created using the last asiCreateFormatter call:

asiGetFormatter( session )
=> Obj1


Return to top
 ⠀
X