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

asiGetIterationUpdateFile

asiGetIterationUpdateFile( 
o_session 
) 
=> t_fileName / nil

Description

Returns the name and path to the simulator-specific file in which the iteration number and the corresponding PSF data location is written after each Monte Carlo iteration completes. This file is used to monitor the progress of the Monte Carlo run and to get the directory path from where the PSF data corresponding to an iteration is read.

Note the following:

Arguments

o_session

Specifies the session object.

Value Returned

t_fileName

Returns the name and path to the simulator-specific file in which the iteration number and the corresponding PSF data location is written after each Monte Carlo iteration completes.

nil

Returns nil if no such file is associated with the current session.

Examples

defmethod( asiGetIterationUpdateFile (( session XYZ_session )
    "mcdata.iter"
)

Return to top
 ⠀
X