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

asiGetSimInputFileName

asiGetSimInputFileName( 
o_session 
) 
=> t_name

Description

Returns the name of the simulator input file. For the asiAnalog_session class, this is input followed by the return value of asiGetSimInputFileSuffix.

Arguments

o_session

The OASIS session object.

Value Returned

t_name

The name of the simulator input file.

Examples

The following example returns the name of the simulator input file for the given OASIS session object:

asiGetSimInput
FileName( session ) => "input.ckt"
=> MyFile1


Return to top
 ⠀
X