asiInit<yourSimulator>Analysis
asiInit<yourSimulator>Analysis(o_tool) =>t
Description
Calls the procedures that modify analyses in your simulator. You must write asiInit<yourSimulator>Analysis, where <yourSimulator> is the name of your simulator. Do not include the angle brackets (<>).
Arguments
Value Returned
Examples
The following example creates a procedure that calls the procedures to specify or change the analyses for the XYZ simulator.
procedure( asiInitXYZAnalysis( tool ) <insert your code> t
)
Return to top