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
Value Returned
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