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
Value Returned
Examples
The following example returns the suffix for simulator input file used in the given session:
asiGetSimInputFileSuffix( session )
=> ".ckt"
Return to top