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.
-
The file should be in the following format:
1 ../psf/mc1_separate/mc1-001/
2 ../psf/mc1_separate/mc1-002/
3 ../psf/mc1_separate/mc1-003/
4 ../psf/mc1_separate/mc1-004/
- The file should be updated with the iteration number and the corresponding PSF data location only after the completion of each iteration.
Arguments
Value Returned
Examples
defmethod( asiGetIterationUpdateFile (( session XYZ_session ) "mcdata.iter"
)
Return to top