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

asiFormatTextStimulusFileList

asiFormatTextStimulusFileList( 
o_session
p_fp
)
=> t / nil

Description

Formats the statement which includes the textual stimulus files.

Arguments

o_session

The simulation session object.

p_fp

The pointer to the control statement file.

Value Returned

t

All textual stimulus files are formatted successfully.

nil

All textual stimulus files are not formatted.

Examples

The following example shows how to overload the asiFormatTextStimulusFileList function:

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

Return to top
 ⠀
X