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

asiGetCommandFooter

asiGetCommandFooter( 
o_session
) 
=> t_commandFooter

Description

Specifies the footer of the simulation run command.

Arguments

o_session

Simulation session object.

Value Returned

t_commandFooter

Command-line footer.

Examples

The following example shows how to overload the asiGetCommandFooter function:

defmethod( asiGetCommandFooter (( session mySimulator_session )) 
    " > mySimulator.log"
)

Return to top
 ⠀
X