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

asiFormatDefinitionFileList

asiFormatDefinitionFileList( 
o_session
p_fp
) 
=> t / nil

Description

Formats the statement which includes the specified definition files.

Arguments

o_session

The simulation session object.

p_fp

The pointer to the control statement file.

Value Returned

t

All definition files are formatted successfully.

nil

All definition files are not formatted.

Examples

The following example shows how to overload the asiFormatDefinitionFileList function:

defmethod( asiFormatDefinitionFileList (( session xyz_session ) fp )
    foreach( d asiGetDefinitionFileList(session)
     artFprintf( fp "include '%s'\n" d )
)
)

Return to top
 ⠀
X