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

asiFormatGraphicalStimulusFileList

asiFormatGraphicalStimulusFileList( 
o_session
&_fp 
) 
=> t_string

Description

Formats the statement that includes the graphical stimulus files.

Arguments

o_session

Simulation session object.

&_fp

Pointer to the control statement file.

Value Returned

t_string

Formatted string that includes the graphical stimulus file.

Examples

defmethod ( asiFormatGraphicalStimulusFileList ( (session xyz_session) fp )
    (artFprintf fp "include \"%s\"\n" "./_graphical_stimuli.scs")
)

Return to top
 ⠀
X