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

asiGetSimInputFileSuffix

asiGetSimInputFileSuffix( 
o_session 
)
=> t_name

Description

Returns the suffix used for the simulator input file. This method can be redefined, and must return a string, or a SKILL error will result.

Arguments

o_session

The OASIS session object.

Value Returned

t_name

The suffix of the simulator input file.

Examples

The following example returns the suffix for simulator input file used in the given session:

asiGetSimInputFileSuffix( session ) 
=> ".ckt"


Return to top
 ⠀
X